Shades of Off Green #D1F5D5
Tints of Off Green #D1F5D5
RGB
CMYK
RGB Variations
Color information
#D1F5D5 (or 0xD1F5D5) is known color: Off Green. HEX triplet: D1, F5 and D5. RGB value is (209,245,213). Sum of RGB (Red+Green+Blue) = 209+245+213=667 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.33% from 667); Green value is 245 (96.09% from 255 or 36.73% from 667); Blue value is 213 (83.59% from 255 or 31.93% from 667); Max value from RGB is 245 - color contains mainly: green. Hex color #D1F5D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1F5D5 is #2E0A2A. Grayscale: #E6E6E6. Windows color (decimal): -3017259 or 14022097. OLE color: 14022097.
HSL color Cylindrical-coordinate representation of color #D1F5D5: hue angle of 126.67º degrees, saturation: 0.64, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1F5D5 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
RGB | 209 | 245 | 213 | - |
CMYK | 0.15 | 0 | 0.13 | 0.04 |
HSL | 126.67º | 0.64% | 0.89% | - |
HSV(B) | 126.67º | 0.15% | 0.96% | - |
XYZ | 70.96 | 83.66 | 75.36 | - |
YUV | 230.59 | 118.07 | 112.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 245 | 213 | 0.15 | 0 | 0.13 | 0.04 | 126.67 | 0.64 | 0.89 |
Hex | D1 | F5 | D5 | F | 0 | D | 4 | 7F | 40 | 59 |
Octal | 321 | 365 | 325 | 17 | 0 | 15 | 4 | 177 | 100 | 131 |
Binary | 11010001 | 11110101 | 11010101 | 1111 | 0 | 1101 | 100 | 1111111 | 1000000 | 1011001 |
Color Harmonies of #D1F5D5
Complementary color
Monochromatic Colors of #D1F5D5
Black with #D1F5D5
Text Example
Text Example
White with #D1F5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F5D5; }
p { color: rgb(209,245,213); }
H1.HeaderClassName
{
color: #D1F5D5;
}
.AnyTagClassName
{
color: #D1F5D5;
}
</style>
background-color css
<style>
a { background-color: #D1F5D5; }
a { background-color: rgb(209,245,213); }
div.DivClassName
{
background-color: #D1F5D5;
}
.BgClassName
{
background-color: #D1F5D5;
}
</style>
border-color css
<style>
span { border-color: #D1F5D5; }
span { border-color: rgb(209,245,213); }
td.TdClassName
{
border-color: #D1F5D5;
}
.TagClassName
{
border-color: #D1F5D5;
}
</style>