#D0F49C

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

Shades of Reef #D0F49C

Tints of Reef #D0F49C

Color information

#D0F49C (or 0xD0F49C) is unknown color: approx Reef. HEX triplet: D0, F4 and 9C. RGB value is (208,244,156). Sum of RGB (Red+Green+Blue) = 208+244+156=608 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.21% from 608); Green value is 244 (95.70% from 255 or 40.13% from 608); Blue value is 156 (61.33% from 255 or 25.66% from 608); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F49C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F49C is #2F0B63. Grayscale: #DFDFDF. Windows color (decimal): -3083108 or 10286288. OLE color: 10286288.

HSL color Cylindrical-coordinate representation of color #D0F49C: hue angle of 84.55º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0F49C is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB208244156-
CMYK0.1500.360.04
HSL84.55º80%78.43%-
HSV(B)84.55º36.07%95.69%-
XYZ64.3680.5143.6-
YUV223.290.07117.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.21%
GREEN value IS 244 (95.70% from 255) = 40.13%
BLUE value IS 156 (61.33% from 255) = 25.66%
R=34.21%
G=40.13%
B=25.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2082441560.1500.360.0484.558078.43
HexD0F49CF024455504e
Octal320364234170444125120116
Binary11010000111101001001110011110100100100101010110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F49C; }

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

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

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

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

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

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

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

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