#D7FDDC

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

Shades of Off Green #D7FDDC

Tints of Off Green #D7FDDC

Color information

#D7FDDC (or 0xD7FDDC) is unknown color: approx Off Green. HEX triplet: D7, FD and DC. RGB value is (215,253,220). Sum of RGB (Red+Green+Blue) = 215+253+220=688 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.25% from 688); Green value is 253 (99.22% from 255 or 36.77% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 253 - color contains mainly: green. Hex color #D7FDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FDDC is #280223. Grayscale: #EDEDED. Windows color (decimal): -2621988 or 14482903. OLE color: 14482903.

HSL color Cylindrical-coordinate representation of color #D7FDDC: hue angle of 127.89º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7FDDC is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB215253220-
CMYK0.1500.130.01
HSL127.89º90.48%91.76%-
HSV(B)127.89º15.02%99.22%-
XYZ76.0789.8681.05-
YUV237.88117.91111.68-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.25%
GREEN value IS 253 (99.22% from 255) = 36.77%
BLUE value IS 220 (86.33% from 255) = 31.98%
R=31.25%
G=36.77%
B=31.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2152532200.1500.130.01127.8990.4891.76
HexD7FDDCF0D1805a5c
Octal327375334170151200132134
Binary11010111111111011101110011110110111000000010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FDDC; }

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

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

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

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

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

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

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

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