#D7F1DB

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

Shades of Off Green #D7F1DB

Tints of Off Green #D7F1DB

Color information

#D7F1DB (or 0xD7F1DB) is unknown color: approx Off Green. HEX triplet: D7, F1 and DB. RGB value is (215,241,219). Sum of RGB (Red+Green+Blue) = 215+241+219=675 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.85% from 675); Green value is 241 (94.53% from 255 or 35.70% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F1DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F1DB is #280E24. Grayscale: #E6E6E6. Windows color (decimal): -2625061 or 14414295. OLE color: 14414295.

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

Color convert

RGB215241219-
CMYK0.1100.090.05
HSL129.23º48.15%89.41%-
HSV(B)129.23º10.79%94.51%-
XYZ72.2782.4779.13-
YUV230.72121.39116.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.85%
GREEN value IS 241 (94.53% from 255) = 35.70%
BLUE value IS 219 (85.94% from 255) = 32.44%
R=31.85%
G=35.70%
B=32.44%

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
Decimal2152412190.1100.090.05129.2348.1589.41
HexD7F1DBB095813059
Octal32736133313011520160131
Binary110101111111000111011011101101001101100000011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F1DB; }

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

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

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

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

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

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

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

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