#DBFB97

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

Shades of Reef #DBFB97

Tints of Reef #DBFB97

Color information

#DBFB97 (or 0xDBFB97) is unknown color: approx Reef. HEX triplet: DB, FB and 97. RGB value is (219,251,151). Sum of RGB (Red+Green+Blue) = 219+251+151=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 251 (98.44% from 255 or 40.42% from 621); Blue value is 151 (59.38% from 255 or 24.32% from 621); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFB97 is #240468. Grayscale: #E6E6E6. Windows color (decimal): -2360425 or 9960411. OLE color: 9960411.

HSL color Cylindrical-coordinate representation of color #DBFB97: hue angle of 79.2º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBFB97 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB219251151-
CMYK0.1300.400.02
HSL79.2º92.59%78.82%-
HSV(B)79.2º39.84%98.43%-
XYZ69.386.2942.28-
YUV230.0383.4120.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.27%
GREEN value IS 251 (98.44% from 255) = 40.42%
BLUE value IS 151 (59.38% from 255) = 24.32%
R=35.27%
G=40.42%
B=24.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192511510.1300.400.0279.292.5978.82
HexDBFB97D02824f5d4f
Octal333373227150502117135117
Binary1101101111111011100101111101010100010100111110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFB97; }

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

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

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

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

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

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

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

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