#D0FED8

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

Shades of Off Green #D0FED8

Tints of Off Green #D0FED8

Color information

#D0FED8 (or 0xD0FED8) is unknown color: approx Off Green. HEX triplet: D0, FE and D8. RGB value is (208,254,216). Sum of RGB (Red+Green+Blue) = 208+254+216=678 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.68% from 678); Green value is 254 (99.61% from 255 or 37.46% from 678); Blue value is 216 (84.77% from 255 or 31.86% from 678); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FED8 is #2F0127. Grayscale: #ECECEC. Windows color (decimal): -3080488 or 14221008. OLE color: 14221008.

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

Color convert

RGB208254216-
CMYK0.1800.150.00
HSL130.43º95.83%90.59%-
HSV(B)130.43º18.11%99.61%-
XYZ73.8589.2578.3-
YUV235.91116.76108.09-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.68%
GREEN value IS 254 (99.61% from 255) = 37.46%
BLUE value IS 216 (84.77% from 255) = 31.86%
R=30.68%
G=37.46%
B=31.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2082542160.1800.150.00130.4395.8390.59
HexD0FED8120F082605b
Octal320376330220170202140133
Binary110100001111111011011000100100111101000001011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FED8; }

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

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

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

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

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

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

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

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