#D7F9DD

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

Shades of Off Green #D7F9DD

Tints of Off Green #D7F9DD

Color information

#D7F9DD (or 0xD7F9DD) is unknown color: approx Off Green. HEX triplet: D7, F9 and DD. RGB value is (215,249,221). Sum of RGB (Red+Green+Blue) = 215+249+221=685 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.39% from 685); Green value is 249 (97.66% from 255 or 36.35% from 685); Blue value is 221 (86.72% from 255 or 32.26% from 685); Max value from RGB is 249 - color contains mainly: green. Hex color #D7F9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F9DD is #280622. Grayscale: #EBEBEB. Windows color (decimal): -2623011 or 14547415. OLE color: 14547415.

HSL color Cylindrical-coordinate representation of color #D7F9DD: hue angle of 130.59º 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 #D7F9DD is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB215249221-
CMYK0.1400.110.02
HSL130.59º73.91%90.98%-
HSV(B)130.59º13.65%97.65%-
XYZ74.9587.4281.33-
YUV235.64119.74113.28-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.39%
GREEN value IS 249 (97.66% from 255) = 36.35%
BLUE value IS 221 (86.72% from 255) = 32.26%
R=31.39%
G=36.35%
B=32.26%

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
Decimal2152492210.1400.110.02130.5973.9190.98
HexD7F9DDE0B2834a5b
Octal327371335160132203112133
Binary110101111111100111011101111001011101000001110010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F9DD; }

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

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

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

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

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

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

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

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