#D5FED9

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

Shades of Off Green #D5FED9

Tints of Off Green #D5FED9

Color information

#D5FED9 (or 0xD5FED9) is unknown color: approx Off Green. HEX triplet: D5, FE and D9. RGB value is (213,254,217). Sum of RGB (Red+Green+Blue) = 213+254+217=684 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.14% from 684); Green value is 254 (99.61% from 255 or 37.13% from 684); Blue value is 217 (85.16% from 255 or 31.73% from 684); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FED9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FED9 is #2A0126. Grayscale: #EDEDED. Windows color (decimal): -2752807 or 14286549. OLE color: 14286549.

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

Color convert

RGB213254217-
CMYK0.1600.150.00
HSL125.85º95.35%91.57%-
HSV(B)125.85º16.14%99.61%-
XYZ75.4190.0479.05-
YUV237.52116.42110.51-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.14%
GREEN value IS 254 (99.61% from 255) = 37.13%
BLUE value IS 217 (85.16% from 255) = 31.73%
R=31.14%
G=37.13%
B=31.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2132542170.1600.150.00125.8595.3591.57
HexD5FED9100F07e5f5c
Octal325376331200170176137134
Binary11010101111111101101100110000011110111111010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FED9; }

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

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

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

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

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

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

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

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