Shades of Off Green #DAF5DD
Tints of Off Green #DAF5DD
RGB
CMYK
RGB Variations
Color information
#DAF5DD (or 0xDAF5DD) is known color: Off Green. HEX triplet: DA, F5 and DD. RGB value is (218,245,221). Sum of RGB (Red+Green+Blue) = 218+245+221=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 245 (96.09% from 255 or 35.82% from 684); Blue value is 221 (86.72% from 255 or 32.31% from 684); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF5DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF5DD is #250A22. Grayscale: #EAEAEA. Windows color (decimal): -2427427 or 14546394. OLE color: 14546394.
HSL color Cylindrical-coordinate representation of color #DAF5DD: hue angle of 126.67º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAF5DD is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 221 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.04 |
| HSL | 126.67º | 0.57% | 0.91% | - |
| HSV(B) | 126.67º | 0.11% | 0.96% | - |
| XYZ | 74.62 | 85.43 | 80.96 | - |
| YUV | 234.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 221 | 0.11 | 0 | 0.10 | 0.04 | 126.67 | 0.57 | 0.91 |
| Hex | DA | F5 | DD | B | 0 | A | 4 | 7F | 39 | 5B |
| Octal | 332 | 365 | 335 | 13 | 0 | 12 | 4 | 177 | 71 | 133 |
| Binary | 11011010 | 11110101 | 11011101 | 1011 | 0 | 1010 | 100 | 1111111 | 111001 | 1011011 |
Color Harmonies of #DAF5DD
Complementary color
Monochromatic Colors of #DAF5DD
Black with #DAF5DD
Text Example
Text Example
White with #DAF5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF5DD; }
p { color: rgb(218,245,221); }
H1.HeaderClassName
{
color: #DAF5DD;
}
.AnyTagClassName
{
color: #DAF5DD;
}
</style>
background-color css
<style>
a { background-color: #DAF5DD; }
a { background-color: rgb(218,245,221); }
div.DivClassName
{
background-color: #DAF5DD;
}
.BgClassName
{
background-color: #DAF5DD;
}
</style>
border-color css
<style>
span { border-color: #DAF5DD; }
span { border-color: rgb(218,245,221); }
td.TdClassName
{
border-color: #DAF5DD;
}
.TagClassName
{
border-color: #DAF5DD;
}
</style>