#DBFF9F

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

Shades of Reef #DBFF9F

Tints of Reef #DBFF9F

Color information

#DBFF9F (or 0xDBFF9F) is unknown color: approx Reef. HEX triplet: DB, FF and 9F. RGB value is (219,255,159). Sum of RGB (Red+Green+Blue) = 219+255+159=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 159 (62.5% from 255 or 25.12% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFF9F is #240060. Grayscale: #E9E9E9. Windows color (decimal): -2359393 or 10485723. OLE color: 10485723.

HSL color Cylindrical-coordinate representation of color #DBFF9F: hue angle of 82.5º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBFF9F is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB219255159-
CMYK0.1400.380
HSL82.5º100%81.18%-
HSV(B)82.5º37.65%100%-
XYZ71.2389.0846.24-
YUV233.2986.07117.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.60%
GREEN value IS 255 (100% from 255) = 40.28%
BLUE value IS 159 (62.5% from 255) = 25.12%
R=34.60%
G=40.28%
B=25.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192551590.1400.38082.510081.18
HexDBFF9FE0260526451
Octal333377237160460122144121
Binary110110111111111110011111111001001100101001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFF9F; }

 p { color: rgb(219,255,159); }

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

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

 a { background-color: rgb(219,255,159); }

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

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

 span { border-color: rgb(219,255,159); }

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