#DBF296

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

Shades of Reef #DBF296

Tints of Reef #DBF296

Color information

#DBF296 (or 0xDBF296) is unknown color: approx Reef. HEX triplet: DB, F2 and 96. RGB value is (219,242,150). Sum of RGB (Red+Green+Blue) = 219+242+150=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 150 (58.98% from 255 or 24.55% from 611); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF296 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF296 is #240D69. Grayscale: #E0E0E0. Windows color (decimal): -2362730 or 9892571. OLE color: 9892571.

HSL color Cylindrical-coordinate representation of color #DBF296: hue angle of 75º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBF296 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB219242150-
CMYK0.1000.380.05
HSL75º77.97%76.86%-
HSV(B)75º38.02%94.9%-
XYZ66.4780.7740.94-
YUV224.6485.88123.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.84%
GREEN value IS 242 (94.92% from 255) = 39.61%
BLUE value IS 150 (58.98% from 255) = 24.55%
R=35.84%
G=39.61%
B=24.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192421500.1000.380.057577.9776.86
HexDBF296A02654b4e4d
Octal333362226120465113116115
Binary11011011111100101001011010100100110101100101110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF296; }

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

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

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

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

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

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

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

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