#D0FFD6

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

Shades of Off Green #D0FFD6

Tints of Off Green #D0FFD6

Color information

#D0FFD6 (or 0xD0FFD6) is unknown color: approx Off Green. HEX triplet: D0, FF and D6. RGB value is (208,255,214). Sum of RGB (Red+Green+Blue) = 208+255+214=677 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.72% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 214 (83.98% from 255 or 31.61% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FFD6 is #2F0029. Grayscale: #ECECEC. Windows color (decimal): -3080234 or 14090192. OLE color: 14090192.

HSL color Cylindrical-coordinate representation of color #D0FFD6: hue angle of 127.66º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FFD6 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB208255214-
CMYK0.1800.160
HSL127.66º100%90.78%-
HSV(B)127.66º18.43%100%-
XYZ73.9189.7877.05-
YUV236.27115.43107.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.72%
GREEN value IS 255 (100% from 255) = 37.67%
BLUE value IS 214 (83.98% from 255) = 31.61%
R=30.72%
G=37.67%
B=31.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082552140.1800.160127.6610090.78
HexD0FFD612010080645b
Octal320377326220200200144133
Binary1101000011111111110101101001001000001000000011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FFD6; }

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

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

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

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

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

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

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

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