#DBFB85

Color #DBFB85 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #DBFB85

Tints of Sulu #DBFB85

Color information

#DBFB85 (or 0xDBFB85) is unknown color: approx Sulu. HEX triplet: DB, FB and 85. RGB value is (219,251,133). Sum of RGB (Red+Green+Blue) = 219+251+133=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 251 (98.44% from 255 or 41.63% from 603); Blue value is 133 (52.34% from 255 or 22.06% from 603); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFB85 is #24047A. Grayscale: #E4E4E4. Windows color (decimal): -2360443 or 8780763. OLE color: 8780763.

HSL color Cylindrical-coordinate representation of color #DBFB85: hue angle of 76.27º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBFB85 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB219251133-
CMYK0.1300.470.02
HSL76.27º93.65%75.29%-
HSV(B)76.27º47.01%98.43%-
XYZ67.9485.7535.16-
YUV227.9874.4121.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 36.32%
GREEN value IS 251 (98.44% from 255) = 41.63%
BLUE value IS 133 (52.34% from 255) = 22.06%
R=36.32%
G=41.63%
B=22.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192511330.1300.470.0276.2793.6575.29
HexDBFB85D02F24c5e4b
Octal333373205150572114136113
Binary1101101111111011100001011101010111110100110010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFB85; }

 p { color: rgb(219,251,133); }

 H1.HeaderClassName
 {
   color: #DBFB85;
 }
 .AnyTagClassName
 {
   color: #DBFB85;
 }
</style>
background-color css

<style>
 a { background-color: #DBFB85; }

 a { background-color: rgb(219,251,133); }

 div.DivClassName
 {
   background-color: #DBFB85;
 }
 .BgClassName
 {
   background-color: #DBFB85;
 }
</style>
border-color css

<style>
 span { border-color: #DBFB85; }

 span { border-color: rgb(219,251,133); }

 td.TdClassName
 {
   border-color: #DBFB85;
 }
 .TagClassName
 {
   border-color: #DBFB85;
 }
</style>