Shades of Off Green #D7F3DF
Tints of Off Green #D7F3DF
RGB
CMYK
RGB Variations
Color information
#D7F3DF (or 0xD7F3DF) is known color: Off Green. HEX triplet: D7, F3 and DF. RGB value is (215,243,223). Sum of RGB (Red+Green+Blue) = 215+243+223=681 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.57% from 681); Green value is 243 (95.31% from 255 or 35.68% from 681); Blue value is 223 (87.5% from 255 or 32.75% from 681); Max value from RGB is 243 - color contains mainly: green. Hex color #D7F3DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F3DF is #280C20. Grayscale: #E8E8E8. Windows color (decimal): -2624545 or 14676951. OLE color: 14676951.
HSL color Cylindrical-coordinate representation of color #D7F3DF: hue angle of 137.14º degrees, saturation: 0.54, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7F3DF is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 243 | 223 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.05 |
| HSL | 137.14º | 0.54% | 0.9% | - |
| HSV(B) | 137.14º | 0.12% | 0.95% | - |
| XYZ | 73.39 | 83.88 | 82.13 | - |
| YUV | 232.35 | 122.72 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 243 | 223 | 0.12 | 0 | 0.08 | 0.05 | 137.14 | 0.54 | 0.9 |
| Hex | D7 | F3 | DF | C | 0 | 8 | 5 | 89 | 36 | 5A |
| Octal | 327 | 363 | 337 | 14 | 0 | 10 | 5 | 211 | 66 | 132 |
| Binary | 11010111 | 11110011 | 11011111 | 1100 | 0 | 1000 | 101 | 10001001 | 110110 | 1011010 |
Color Harmonies of #D7F3DF
Complementary color
Monochromatic Colors of #D7F3DF
Black with #D7F3DF
Text Example
Text Example
White with #D7F3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F3DF; }
p { color: rgb(215,243,223); }
H1.HeaderClassName
{
color: #D7F3DF;
}
.AnyTagClassName
{
color: #D7F3DF;
}
</style>
background-color css
<style>
a { background-color: #D7F3DF; }
a { background-color: rgb(215,243,223); }
div.DivClassName
{
background-color: #D7F3DF;
}
.BgClassName
{
background-color: #D7F3DF;
}
</style>
border-color css
<style>
span { border-color: #D7F3DF; }
span { border-color: rgb(215,243,223); }
td.TdClassName
{
border-color: #D7F3DF;
}
.TagClassName
{
border-color: #D7F3DF;
}
</style>