#D7F1DD

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

Shades of Off Green #D7F1DD

Tints of Off Green #D7F1DD

Color information

#D7F1DD (or 0xD7F1DD) is unknown color: approx Off Green. HEX triplet: D7, F1 and DD. RGB value is (215,241,221). Sum of RGB (Red+Green+Blue) = 215+241+221=677 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.76% from 677); Green value is 241 (94.53% from 255 or 35.60% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F1DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F1DD is #280E22. Grayscale: #E7E7E7. Windows color (decimal): -2625059 or 14545367. OLE color: 14545367.

HSL color Cylindrical-coordinate representation of color #D7F1DD: hue angle of 133.85º 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 #D7F1DD is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB215241221-
CMYK0.1100.080.05
HSL133.85º48.15%89.41%-
HSV(B)133.85º10.79%94.51%-
XYZ72.5382.5880.52-
YUV230.95122.39116.63-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.76%
GREEN value IS 241 (94.53% from 255) = 35.60%
BLUE value IS 221 (86.72% from 255) = 32.64%
R=31.76%
G=35.60%
B=32.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2152412210.1100.080.05133.8548.1589.41
HexD7F1DDB085863059
Octal32736133513010520660131
Binary110101111111000111011101101101000101100001101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F1DD; }

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

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

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

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

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

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

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

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