#D0F4D6

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

Shades of Off Green #D0F4D6

Tints of Off Green #D0F4D6

Color information

#D0F4D6 (or 0xD0F4D6) is unknown color: approx Off Green. HEX triplet: D0, F4 and D6. RGB value is (208,244,214). Sum of RGB (Red+Green+Blue) = 208+244+214=666 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.23% from 666); Green value is 244 (95.70% from 255 or 36.64% from 666); Blue value is 214 (83.98% from 255 or 32.13% from 666); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F4D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F4D6 is #2F0B29. Grayscale: #E5E5E5. Windows color (decimal): -3083050 or 14087376. OLE color: 14087376.

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

Color convert

RGB208244214-
CMYK0.1500.120.04
HSL130º62.07%88.63%-
HSV(B)130º14.75%95.69%-
XYZ70.582.9775.92-
YUV229.82119.07112.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.23%
GREEN value IS 244 (95.70% from 255) = 36.64%
BLUE value IS 214 (83.98% from 255) = 32.13%
R=31.23%
G=36.64%
B=32.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2082442140.1500.120.0413062.0788.63
HexD0F4D6F0C4823e59
Octal32036432617014420276131
Binary110100001111010011010110111101100100100000101111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F4D6; }

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

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

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

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

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

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

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

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