Shades of Off Green #DAF2DD
Tints of Off Green #DAF2DD
RGB
CMYK
RGB Variations
Color information
#DAF2DD (or 0xDAF2DD) is known color: Off Green. HEX triplet: DA, F2 and DD. RGB value is (218,242,221). Sum of RGB (Red+Green+Blue) = 218+242+221=681 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.01% from 681); Green value is 242 (94.92% from 255 or 35.54% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2DD is #250D22. Grayscale: #E8E8E8. Windows color (decimal): -2428195 or 14545626. OLE color: 14545626.
HSL color Cylindrical-coordinate representation of color #DAF2DD: hue angle of 127.5º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAF2DD is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 221 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.05 |
| HSL | 127.5º | 0.48% | 0.9% | - |
| HSV(B) | 127.5º | 0.1% | 0.95% | - |
| XYZ | 73.72 | 83.63 | 80.66 | - |
| YUV | 232.43 | 121.55 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 221 | 0.10 | 0 | 0.09 | 0.05 | 127.5 | 0.48 | 0.9 |
| Hex | DA | F2 | DD | A | 0 | 9 | 5 | 80 | 30 | 5A |
| Octal | 332 | 362 | 335 | 12 | 0 | 11 | 5 | 200 | 60 | 132 |
| Binary | 11011010 | 11110010 | 11011101 | 1010 | 0 | 1001 | 101 | 10000000 | 110000 | 1011010 |
Color Harmonies of #DAF2DD
Complementary color
Monochromatic Colors of #DAF2DD
Black with #DAF2DD
Text Example
Text Example
White with #DAF2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF2DD; }
p { color: rgb(218,242,221); }
H1.HeaderClassName
{
color: #DAF2DD;
}
.AnyTagClassName
{
color: #DAF2DD;
}
</style>
background-color css
<style>
a { background-color: #DAF2DD; }
a { background-color: rgb(218,242,221); }
div.DivClassName
{
background-color: #DAF2DD;
}
.BgClassName
{
background-color: #DAF2DD;
}
</style>
border-color css
<style>
span { border-color: #DAF2DD; }
span { border-color: rgb(218,242,221); }
td.TdClassName
{
border-color: #DAF2DD;
}
.TagClassName
{
border-color: #DAF2DD;
}
</style>