#DBFC9F

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

Shades of Reef #DBFC9F

Tints of Reef #DBFC9F

Color information

#DBFC9F (or 0xDBFC9F) is unknown color: approx Reef. HEX triplet: DB, FC and 9F. RGB value is (219,252,159). Sum of RGB (Red+Green+Blue) = 219+252+159=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 159 (62.5% from 255 or 25.24% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFC9F is #240360. Grayscale: #E7E7E7. Windows color (decimal): -2360161 or 10484955. OLE color: 10484955.

HSL color Cylindrical-coordinate representation of color #DBFC9F: hue angle of 81.29º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBFC9F is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB219252159-
CMYK0.1300.370.01
HSL81.29º93.94%80.59%-
HSV(B)81.29º36.9%98.82%-
XYZ70.2887.1845.92-
YUV231.5387.07119.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.76%
GREEN value IS 252 (98.83% from 255) = 40%
BLUE value IS 159 (62.5% from 255) = 25.24%
R=34.76%
G=40%
B=25.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192521590.1300.370.0181.2993.9480.59
HexDBFC9FD0251515e51
Octal333374237150451121136121
Binary110110111111110010011111110101001011101000110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFC9F; }

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

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

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

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

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

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

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

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