Shades of Off Green #DAF1DC
Tints of Off Green #DAF1DC
RGB
CMYK
RGB Variations
Color information
#DAF1DC (or 0xDAF1DC) is known color: Off Green. HEX triplet: DA, F1 and DC. RGB value is (218,241,220). Sum of RGB (Red+Green+Blue) = 218+241+220=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 241 (94.53% from 255 or 35.49% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF1DC is #250E23. Grayscale: #E7E7E7. Windows color (decimal): -2428452 or 14479834. OLE color: 14479834.
HSL color Cylindrical-coordinate representation of color #DAF1DC: hue angle of 125.22º 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 #DAF1DC is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 220 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.05 |
| HSL | 125.22º | 0.45% | 0.9% | - |
| HSV(B) | 125.22º | 0.1% | 0.95% | - |
| XYZ | 73.29 | 82.98 | 79.86 | - |
| YUV | 231.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 220 | 0.10 | 0 | 0.09 | 0.05 | 125.22 | 0.45 | 0.9 |
| Hex | DA | F1 | DC | A | 0 | 9 | 5 | 7D | 2D | 5A |
| Octal | 332 | 361 | 334 | 12 | 0 | 11 | 5 | 175 | 55 | 132 |
| Binary | 11011010 | 11110001 | 11011100 | 1010 | 0 | 1001 | 101 | 1111101 | 101101 | 1011010 |
Color Harmonies of #DAF1DC
Complementary color
Monochromatic Colors of #DAF1DC
Black with #DAF1DC
Text Example
Text Example
White with #DAF1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF1DC; }
p { color: rgb(218,241,220); }
H1.HeaderClassName
{
color: #DAF1DC;
}
.AnyTagClassName
{
color: #DAF1DC;
}
</style>
background-color css
<style>
a { background-color: #DAF1DC; }
a { background-color: rgb(218,241,220); }
div.DivClassName
{
background-color: #DAF1DC;
}
.BgClassName
{
background-color: #DAF1DC;
}
</style>
border-color css
<style>
span { border-color: #DAF1DC; }
span { border-color: rgb(218,241,220); }
td.TdClassName
{
border-color: #DAF1DC;
}
.TagClassName
{
border-color: #DAF1DC;
}
</style>