#DBFC91

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

Shades of Reef #DBFC91

Tints of Reef #DBFC91

Color information

#DBFC91 (or 0xDBFC91) is unknown color: approx Reef. HEX triplet: DB, FC and 91. RGB value is (219,252,145). Sum of RGB (Red+Green+Blue) = 219+252+145=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 145 (57.03% from 255 or 23.54% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFC91 is #24036E. Grayscale: #E6E6E6. Windows color (decimal): -2360175 or 9567451. OLE color: 9567451.

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

Color convert

RGB219252145-
CMYK0.1300.420.01
HSL78.5º94.69%77.84%-
HSV(B)78.5º42.46%98.82%-
XYZ69.1386.7339.88-
YUV229.9380.07120.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.55%
GREEN value IS 252 (98.83% from 255) = 40.91%
BLUE value IS 145 (57.03% from 255) = 23.54%
R=35.55%
G=40.91%
B=23.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192521450.1300.420.0178.594.6977.84
HexDBFC91D02A14f5f4e
Octal333374221150521117137116
Binary110110111111110010010001110101010101100111110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFC91; }

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

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

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

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

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

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

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

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