Shades of Off Green #DAF1DF
Tints of Off Green #DAF1DF
RGB
CMYK
RGB Variations
Color information
#DAF1DF (or 0xDAF1DF) is known color: Off Green. HEX triplet: DA, F1 and DF. RGB value is (218,241,223). Sum of RGB (Red+Green+Blue) = 218+241+223=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 241 (94.53% from 255 or 35.34% from 682); Blue value is 223 (87.5% from 255 or 32.70% from 682); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF1DF is #250E20. Grayscale: #E8E8E8. Windows color (decimal): -2428449 or 14676442. OLE color: 14676442.
HSL color Cylindrical-coordinate representation of color #DAF1DF: hue angle of 133.04º degrees, saturation: 0.45, 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 #DAF1DF is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 223 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.05 |
| HSL | 133.04º | 0.45% | 0.9% | - |
| HSV(B) | 133.04º | 0.1% | 0.95% | - |
| XYZ | 73.69 | 83.14 | 81.98 | - |
| YUV | 232.07 | 122.88 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 223 | 0.10 | 0 | 0.07 | 0.05 | 133.04 | 0.45 | 0.9 |
| Hex | DA | F1 | DF | A | 0 | 7 | 5 | 85 | 2D | 5A |
| Octal | 332 | 361 | 337 | 12 | 0 | 7 | 5 | 205 | 55 | 132 |
| Binary | 11011010 | 11110001 | 11011111 | 1010 | 0 | 111 | 101 | 10000101 | 101101 | 1011010 |
Color Harmonies of #DAF1DF
Complementary color
Monochromatic Colors of #DAF1DF
Black with #DAF1DF
Text Example
Text Example
White with #DAF1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF1DF; }
p { color: rgb(218,241,223); }
H1.HeaderClassName
{
color: #DAF1DF;
}
.AnyTagClassName
{
color: #DAF1DF;
}
</style>
background-color css
<style>
a { background-color: #DAF1DF; }
a { background-color: rgb(218,241,223); }
div.DivClassName
{
background-color: #DAF1DF;
}
.BgClassName
{
background-color: #DAF1DF;
}
</style>
border-color css
<style>
span { border-color: #DAF1DF; }
span { border-color: rgb(218,241,223); }
td.TdClassName
{
border-color: #DAF1DF;
}
.TagClassName
{
border-color: #DAF1DF;
}
</style>