#D9FEDE

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

Shades of Off Green #D9FEDE

Tints of Off Green #D9FEDE

Color information

#D9FEDE (or 0xD9FEDE) is unknown color: approx Off Green. HEX triplet: D9, FE and DE. RGB value is (217,254,222). Sum of RGB (Red+Green+Blue) = 217+254+222=693 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.31% from 693); Green value is 254 (99.61% from 255 or 36.65% from 693); Blue value is 222 (87.11% from 255 or 32.03% from 693); Max value from RGB is 254 - color contains mainly: green. Hex color #D9FEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FEDE is #260121. Grayscale: #EFEFEF. Windows color (decimal): -2490658 or 14614233. OLE color: 14614233.

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

Color convert

RGB217254222-
CMYK0.1500.130.00
HSL128.11º94.87%92.35%-
HSV(B)128.11º14.57%99.61%-
XYZ77.2490.9182.58-
YUV239.29118.24112.1-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.31%
GREEN value IS 254 (99.61% from 255) = 36.65%
BLUE value IS 222 (87.11% from 255) = 32.03%
R=31.31%
G=36.65%
B=32.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2172542220.1500.130.00128.1194.8792.35
HexD9FEDEF0D0805f5c
Octal331376336170150200137134
Binary11011001111111101101111011110110101000000010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FEDE; }

 p { color: rgb(217,254,222); }

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

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

 a { background-color: rgb(217,254,222); }

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

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

 span { border-color: rgb(217,254,222); }

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