#D7FEDC

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

Shades of Off Green #D7FEDC

Tints of Off Green #D7FEDC

Color information

#D7FEDC (or 0xD7FEDC) is unknown color: approx Off Green. HEX triplet: D7, FE and DC. RGB value is (215,254,220). Sum of RGB (Red+Green+Blue) = 215+254+220=689 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.20% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 220 (86.33% from 255 or 31.93% from 689); Max value from RGB is 254 - color contains mainly: green. Hex color #D7FEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FEDC is #280123. Grayscale: #EEEEEE. Windows color (decimal): -2621732 or 14483159. OLE color: 14483159.

HSL color Cylindrical-coordinate representation of color #D7FEDC: hue angle of 127.69º 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 #D7FEDC is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB215254220-
CMYK0.1500.130.00
HSL127.69º95.12%91.96%-
HSV(B)127.69º15.35%99.61%-
XYZ76.3890.581.15-
YUV238.46117.58111.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.20%
GREEN value IS 254 (99.61% from 255) = 36.87%
BLUE value IS 220 (86.33% from 255) = 31.93%
R=31.20%
G=36.87%
B=31.93%

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
Decimal2152542200.1500.130.00127.6995.1291.96
HexD7FEDCF0D0805f5c
Octal327376334170150200137134
Binary11010111111111101101110011110110101000000010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FEDC; }

 p { color: rgb(215,254,220); }

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

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

 a { background-color: rgb(215,254,220); }

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

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

 span { border-color: rgb(215,254,220); }

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