Shades of Off Green #D0F4D5
Tints of Off Green #D0F4D5
RGB
CMYK
RGB Variations
Color information
#D0F4D5 (or 0xD0F4D5) is known color: Off Green. HEX triplet: D0, F4 and D5. RGB value is (208,244,213). Sum of RGB (Red+Green+Blue) = 208+244+213=665 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.28% from 665); Green value is 244 (95.70% from 255 or 36.69% from 665); Blue value is 213 (83.59% from 255 or 32.03% from 665); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F4D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F4D5 is #2F0B2A. Grayscale: #E5E5E5. Windows color (decimal): -3083051 or 14021840. OLE color: 14021840.
HSL color Cylindrical-coordinate representation of color #D0F4D5: hue angle of 128.33º degrees, saturation: 0.62, 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 #D0F4D5 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 244 | 213 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.04 |
| HSL | 128.33º | 0.62% | 0.89% | - |
| HSV(B) | 128.33º | 0.15% | 0.96% | - |
| XYZ | 70.37 | 82.92 | 75.25 | - |
| YUV | 229.7 | 118.57 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 244 | 213 | 0.15 | 0 | 0.13 | 0.04 | 128.33 | 0.62 | 0.89 |
| Hex | D0 | F4 | D5 | F | 0 | D | 4 | 80 | 3E | 59 |
| Octal | 320 | 364 | 325 | 17 | 0 | 15 | 4 | 200 | 76 | 131 |
| Binary | 11010000 | 11110100 | 11010101 | 1111 | 0 | 1101 | 100 | 10000000 | 111110 | 1011001 |
Color Harmonies of #D0F4D5
Complementary color
Monochromatic Colors of #D0F4D5
Black with #D0F4D5
Text Example
Text Example
White with #D0F4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F4D5; }
p { color: rgb(208,244,213); }
H1.HeaderClassName
{
color: #D0F4D5;
}
.AnyTagClassName
{
color: #D0F4D5;
}
</style>
background-color css
<style>
a { background-color: #D0F4D5; }
a { background-color: rgb(208,244,213); }
div.DivClassName
{
background-color: #D0F4D5;
}
.BgClassName
{
background-color: #D0F4D5;
}
</style>
border-color css
<style>
span { border-color: #D0F4D5; }
span { border-color: rgb(208,244,213); }
td.TdClassName
{
border-color: #D0F4D5;
}
.TagClassName
{
border-color: #D0F4D5;
}
</style>