#D0F496

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

Shades of Reef #D0F496

Tints of Reef #D0F496

Color information

#D0F496 (or 0xD0F496) is unknown color: approx Reef. HEX triplet: D0, F4 and 96. RGB value is (208,244,150). Sum of RGB (Red+Green+Blue) = 208+244+150=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 244 (95.70% from 255 or 40.53% from 602); Blue value is 150 (58.98% from 255 or 24.92% from 602); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F496 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F496 is #2F0B69. Grayscale: #DEDEDE. Windows color (decimal): -3083114 or 9893072. OLE color: 9893072.

HSL color Cylindrical-coordinate representation of color #D0F496: hue angle of 82.98º 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 #D0F496 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB208244150-
CMYK0.1500.390.04
HSL82.98º81.03%77.25%-
HSV(B)82.98º38.52%95.69%-
XYZ63.8780.3140.99-
YUV222.5287.07117.64-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.55%
GREEN value IS 244 (95.70% from 255) = 40.53%
BLUE value IS 150 (58.98% from 255) = 24.92%
R=34.55%
G=40.53%
B=24.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2082441500.1500.390.0482.9881.0377.25
HexD0F496F027453514d
Octal320364226170474123121115
Binary11010000111101001001011011110100111100101001110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F496; }

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

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

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

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

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

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

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

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