Shades of Off Green #D5F9DD
Tints of Off Green #D5F9DD
RGB
CMYK
RGB Variations
Color information
#D5F9DD (or 0xD5F9DD) is known color: Off Green. HEX triplet: D5, F9 and DD. RGB value is (213,249,221). Sum of RGB (Red+Green+Blue) = 213+249+221=683 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.19% from 683); Green value is 249 (97.66% from 255 or 36.46% from 683); Blue value is 221 (86.72% from 255 or 32.36% from 683); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F9DD is #2A0622. Grayscale: #EBEBEB. Windows color (decimal): -2754083 or 14547413. OLE color: 14547413.
HSL color Cylindrical-coordinate representation of color #D5F9DD: hue angle of 133.33º degrees, saturation: 0.75, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5F9DD is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 249 | 221 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.02 |
| HSL | 133.33º | 0.75% | 0.91% | - |
| HSV(B) | 133.33º | 0.14% | 0.98% | - |
| XYZ | 74.37 | 87.12 | 81.3 | - |
| YUV | 235.04 | 120.07 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 249 | 221 | 0.14 | 0 | 0.11 | 0.02 | 133.33 | 0.75 | 0.91 |
| Hex | D5 | F9 | DD | E | 0 | B | 2 | 85 | 4B | 5B |
| Octal | 325 | 371 | 335 | 16 | 0 | 13 | 2 | 205 | 113 | 133 |
| Binary | 11010101 | 11111001 | 11011101 | 1110 | 0 | 1011 | 10 | 10000101 | 1001011 | 1011011 |
Color Harmonies of #D5F9DD
Complementary color
Monochromatic Colors of #D5F9DD
Black with #D5F9DD
Text Example
Text Example
White with #D5F9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F9DD; }
p { color: rgb(213,249,221); }
H1.HeaderClassName
{
color: #D5F9DD;
}
.AnyTagClassName
{
color: #D5F9DD;
}
</style>
background-color css
<style>
a { background-color: #D5F9DD; }
a { background-color: rgb(213,249,221); }
div.DivClassName
{
background-color: #D5F9DD;
}
.BgClassName
{
background-color: #D5F9DD;
}
</style>
border-color css
<style>
span { border-color: #D5F9DD; }
span { border-color: rgb(213,249,221); }
td.TdClassName
{
border-color: #D5F9DD;
}
.TagClassName
{
border-color: #D5F9DD;
}
</style>