#DBFE96

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

Shades of Reef #DBFE96

Tints of Reef #DBFE96

Color information

#DBFE96 (or 0xDBFE96) is unknown color: approx Reef. HEX triplet: DB, FE and 96. RGB value is (219,254,150). Sum of RGB (Red+Green+Blue) = 219+254+150=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 150 (58.98% from 255 or 24.08% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFE96 is #240169. Grayscale: #E8E8E8. Windows color (decimal): -2359658 or 9895643. OLE color: 9895643.

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

Color convert

RGB219254150-
CMYK0.1400.410.00
HSL80.19º98.11%79.22%-
HSV(B)80.19º40.94%99.61%-
XYZ70.1688.1542.17-
YUV231.6881.9118.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.15%
GREEN value IS 254 (99.61% from 255) = 40.77%
BLUE value IS 150 (58.98% from 255) = 24.08%
R=35.15%
G=40.77%
B=24.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192541500.1400.410.0080.1998.1179.22
HexDBFE96E029050624f
Octal333376226160510120142117
Binary110110111111111010010110111001010010101000011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFE96; }

 p { color: rgb(219,254,150); }

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

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

 a { background-color: rgb(219,254,150); }

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

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

 span { border-color: rgb(219,254,150); }

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