#DBFF97

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

Shades of Reef #DBFF97

Tints of Reef #DBFF97

Color information

#DBFF97 (or 0xDBFF97) is unknown color: approx Reef. HEX triplet: DB, FF and 97. RGB value is (219,255,151). Sum of RGB (Red+Green+Blue) = 219+255+151=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 151 (59.38% from 255 or 24.16% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFF97 is #240068. Grayscale: #E8E8E8. Windows color (decimal): -2359401 or 9961435. OLE color: 9961435.

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

Color convert

RGB219255151-
CMYK0.1400.410
HSL80.77º100%79.61%-
HSV(B)80.77º40.78%100%-
XYZ70.5688.8142.7-
YUV232.3882.07118.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.04%
GREEN value IS 255 (100% from 255) = 40.8%
BLUE value IS 151 (59.38% from 255) = 24.16%
R=35.04%
G=40.8%
B=24.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192551510.1400.41080.7710079.61
HexDBFF97E0290516450
Octal333377227160510121144120
Binary110110111111111110010111111001010010101000111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFF97; }

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

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

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

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

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

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

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

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