#D7F1DC

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

Shades of Off Green #D7F1DC

Tints of Off Green #D7F1DC

Color information

#D7F1DC (or 0xD7F1DC) is unknown color: approx Off Green. HEX triplet: D7, F1 and DC. RGB value is (215,241,220). Sum of RGB (Red+Green+Blue) = 215+241+220=676 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.80% from 676); Green value is 241 (94.53% from 255 or 35.65% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F1DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F1DC is #280E23. Grayscale: #E6E6E6. Windows color (decimal): -2625060 or 14479831. OLE color: 14479831.

HSL color Cylindrical-coordinate representation of color #D7F1DC: hue angle of 131.54º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7F1DC is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB215241220-
CMYK0.1100.090.05
HSL131.54º48.15%89.41%-
HSV(B)131.54º10.79%94.51%-
XYZ72.482.5279.82-
YUV230.83121.89116.71-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.80%
GREEN value IS 241 (94.53% from 255) = 35.65%
BLUE value IS 220 (86.33% from 255) = 32.54%
R=31.80%
G=35.65%
B=32.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2152412200.1100.090.05131.5448.1589.41
HexD7F1DCB095843059
Octal32736133413011520460131
Binary110101111111000111011100101101001101100001001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F1DC; }

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

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

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

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

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

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

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

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