#DBF496

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

Shades of Reef #DBF496

Tints of Reef #DBF496

Color information

#DBF496 (or 0xDBF496) is unknown color: approx Reef. HEX triplet: DB, F4 and 96. RGB value is (219,244,150). Sum of RGB (Red+Green+Blue) = 219+244+150=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 244 (95.70% from 255 or 39.80% from 613); Blue value is 150 (58.98% from 255 or 24.47% from 613); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF496 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF496 is #240B69. Grayscale: #E2E2E2. Windows color (decimal): -2362218 or 9893083. OLE color: 9893083.

HSL color Cylindrical-coordinate representation of color #DBF496: hue angle of 75.96º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBF496 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB219244150-
CMYK0.1000.390.04
HSL75.96º81.03%77.25%-
HSV(B)75.96º38.52%95.69%-
XYZ67.0781.9641.14-
YUV225.8185.22123.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.73%
GREEN value IS 244 (95.70% from 255) = 39.80%
BLUE value IS 150 (58.98% from 255) = 24.47%
R=35.73%
G=39.80%
B=24.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2192441500.1000.390.0475.9681.0377.25
HexDBF496A02744c514d
Octal333364226120474114121115
Binary11011011111101001001011010100100111100100110010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF496; }

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

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

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

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

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

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

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

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