#D0F7D8

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

Shades of Off Green #D0F7D8

Tints of Off Green #D0F7D8

Color information

#D0F7D8 (or 0xD0F7D8) is unknown color: approx Off Green. HEX triplet: D0, F7 and D8. RGB value is (208,247,216). Sum of RGB (Red+Green+Blue) = 208+247+216=671 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.00% from 671); Green value is 247 (96.88% from 255 or 36.81% from 671); Blue value is 216 (84.77% from 255 or 32.19% from 671); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F7D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F7D8 is #2F0827. Grayscale: #E7E7E7. Windows color (decimal): -3082280 or 14219216. OLE color: 14219216.

HSL color Cylindrical-coordinate representation of color #D0F7D8: hue angle of 132.31º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0F7D8 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB208247216-
CMYK0.1600.130.03
HSL132.31º70.91%89.22%-
HSV(B)132.31º15.79%96.86%-
XYZ71.6784.8977.57-
YUV231.8119.08111.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.00%
GREEN value IS 247 (96.88% from 255) = 36.81%
BLUE value IS 216 (84.77% from 255) = 32.19%
R=31.00%
G=36.81%
B=32.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082472160.1600.130.03132.3170.9189.22
HexD0F7D8100D3844759
Octal320367330200153204107131
Binary1101000011110111110110001000001101111000010010001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F7D8; }

 p { color: rgb(208,247,216); }

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

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

 a { background-color: rgb(208,247,216); }

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

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

 span { border-color: rgb(208,247,216); }

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