#D7FFDC

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

Shades of Off Green #D7FFDC

Tints of Off Green #D7FFDC

Color information

#D7FFDC (or 0xD7FFDC) is unknown color: approx Off Green. HEX triplet: D7, FF and DC. RGB value is (215,255,220). Sum of RGB (Red+Green+Blue) = 215+255+220=690 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.16% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 220 (86.33% from 255 or 31.88% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #D7FFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FFDC is #280023. Grayscale: #EFEFEF. Windows color (decimal): -2621476 or 14483415. OLE color: 14483415.

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

Color convert

RGB215255220-
CMYK0.1600.140
HSL127.5º100%92.16%-
HSV(B)127.5º15.69%100%-
XYZ76.791.1381.26-
YUV239.05117.25110.85-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.16%
GREEN value IS 255 (100% from 255) = 36.96%
BLUE value IS 220 (86.33% from 255) = 31.88%
R=31.16%
G=36.96%
B=31.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2152552200.1600.140127.510092.16
HexD7FFDC100E080645c
Octal327377334200160200144134
Binary110101111111111111011100100000111001000000011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FFDC; }

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

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

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

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

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

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

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

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