#D7F9DE

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

Shades of Off Green #D7F9DE

Tints of Off Green #D7F9DE

Color information

#D7F9DE (or 0xD7F9DE) is unknown color: approx Off Green. HEX triplet: D7, F9 and DE. RGB value is (215,249,222). Sum of RGB (Red+Green+Blue) = 215+249+222=686 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.34% from 686); Green value is 249 (97.66% from 255 or 36.30% from 686); Blue value is 222 (87.11% from 255 or 32.36% from 686); Max value from RGB is 249 - color contains mainly: green. Hex color #D7F9DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F9DE is #280621. Grayscale: #EBEBEB. Windows color (decimal): -2623010 or 14612951. OLE color: 14612951.

HSL color Cylindrical-coordinate representation of color #D7F9DE: hue angle of 132.35º degrees, saturation: 0.74, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7F9DE is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB215249222-
CMYK0.1400.110.02
HSL132.35º73.91%90.98%-
HSV(B)132.35º13.65%97.65%-
XYZ75.0887.4782.03-
YUV235.76120.24113.2-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.34%
GREEN value IS 249 (97.66% from 255) = 36.30%
BLUE value IS 222 (87.11% from 255) = 32.36%
R=31.34%
G=36.30%
B=32.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2152492220.1400.110.02132.3573.9190.98
HexD7F9DEE0B2844a5b
Octal327371336160132204112133
Binary110101111111100111011110111001011101000010010010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F9DE; }

 p { color: rgb(215,249,222); }

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

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

 a { background-color: rgb(215,249,222); }

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

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

 span { border-color: rgb(215,249,222); }

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