#D7FADD

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

Shades of Off Green #D7FADD

Tints of Off Green #D7FADD

Color information

#D7FADD (or 0xD7FADD) is unknown color: approx Off Green. HEX triplet: D7, FA and DD. RGB value is (215,250,221). Sum of RGB (Red+Green+Blue) = 215+250+221=686 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.34% from 686); Green value is 250 (98.05% from 255 or 36.44% from 686); Blue value is 221 (86.72% from 255 or 32.22% from 686); Max value from RGB is 250 - color contains mainly: green. Hex color #D7FADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FADD is #280522. Grayscale: #ECECEC. Windows color (decimal): -2622755 or 14547671. OLE color: 14547671.

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

Color convert

RGB215250221-
CMYK0.1400.120.02
HSL130.29º77.78%91.18%-
HSV(B)130.29º14%98.04%-
XYZ75.2688.0481.43-
YUV236.23119.4112.86-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.34%
GREEN value IS 250 (98.05% from 255) = 36.44%
BLUE value IS 221 (86.72% from 255) = 32.22%
R=31.34%
G=36.44%
B=32.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2152502210.1400.120.02130.2977.7891.18
HexD7FADDE0C2824e5b
Octal327372335160142202116133
Binary110101111111101011011101111001100101000001010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FADD; }

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

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

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

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

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

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

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

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