#D7FDDD

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

Shades of Off Green #D7FDDD

Tints of Off Green #D7FDDD

Color information

#D7FDDD (or 0xD7FDDD) is unknown color: approx Off Green. HEX triplet: D7, FD and DD. RGB value is (215,253,221). Sum of RGB (Red+Green+Blue) = 215+253+221=689 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.20% from 689); Green value is 253 (99.22% from 255 or 36.72% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 253 - color contains mainly: green. Hex color #D7FDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FDDD is #280222. Grayscale: #EEEEEE. Windows color (decimal): -2621987 or 14548439. OLE color: 14548439.

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

Color convert

RGB215253221-
CMYK0.1500.130.01
HSL129.47º90.48%91.76%-
HSV(B)129.47º15.02%99.22%-
XYZ76.289.9281.75-
YUV237.99118.41111.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.20%
GREEN value IS 253 (99.22% from 255) = 36.72%
BLUE value IS 221 (86.72% from 255) = 32.08%
R=31.20%
G=36.72%
B=32.08%

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
Decimal2152532210.1500.130.01129.4790.4891.76
HexD7FDDDF0D1815a5c
Octal327375335170151201132134
Binary11010111111111011101110111110110111000000110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FDDD; }

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

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

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

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

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

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

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

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