#D0F49D

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

Shades of Reef #D0F49D

Tints of Reef #D0F49D

Color information

#D0F49D (or 0xD0F49D) is unknown color: approx Reef. HEX triplet: D0, F4 and 9D. RGB value is (208,244,157). Sum of RGB (Red+Green+Blue) = 208+244+157=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 244 (95.70% from 255 or 40.07% from 609); Blue value is 157 (61.72% from 255 or 25.78% from 609); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F49D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F49D is #2F0B62. Grayscale: #DFDFDF. Windows color (decimal): -3083107 or 10351824. OLE color: 10351824.

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

Color convert

RGB208244157-
CMYK0.1500.360.04
HSL84.83º79.82%78.63%-
HSV(B)84.83º35.66%95.69%-
XYZ64.4580.5544.05-
YUV223.3290.57117.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.15%
GREEN value IS 244 (95.70% from 255) = 40.07%
BLUE value IS 157 (61.72% from 255) = 25.78%
R=34.15%
G=40.07%
B=25.78%

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
Decimal2082441570.1500.360.0484.8379.8278.63
HexD0F49DF024455504f
Octal320364235170444125120117
Binary11010000111101001001110111110100100100101010110100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F49D; }

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

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

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

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

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

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

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

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