Shades of Off Green #DAF6DF
Tints of Off Green #DAF6DF
RGB
CMYK
RGB Variations
Color information
#DAF6DF (or 0xDAF6DF) is known color: Off Green. HEX triplet: DA, F6 and DF. RGB value is (218,246,223). Sum of RGB (Red+Green+Blue) = 218+246+223=687 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.73% from 687); Green value is 246 (96.48% from 255 or 35.81% from 687); Blue value is 223 (87.5% from 255 or 32.46% from 687); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF6DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF6DF is #250920. Grayscale: #EBEBEB. Windows color (decimal): -2427169 or 14677722. OLE color: 14677722.
HSL color Cylindrical-coordinate representation of color #DAF6DF: hue angle of 130.71º degrees, saturation: 0.61, 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 #DAF6DF is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 223 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.04 |
| HSL | 130.71º | 0.61% | 0.91% | - |
| HSV(B) | 130.71º | 0.11% | 0.96% | - |
| XYZ | 75.19 | 86.14 | 82.48 | - |
| YUV | 235.01 | 121.22 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 223 | 0.11 | 0 | 0.09 | 0.04 | 130.71 | 0.61 | 0.91 |
| Hex | DA | F6 | DF | B | 0 | 9 | 4 | 83 | 3D | 5B |
| Octal | 332 | 366 | 337 | 13 | 0 | 11 | 4 | 203 | 75 | 133 |
| Binary | 11011010 | 11110110 | 11011111 | 1011 | 0 | 1001 | 100 | 10000011 | 111101 | 1011011 |
Color Harmonies of #DAF6DF
Complementary color
Monochromatic Colors of #DAF6DF
Black with #DAF6DF
Text Example
Text Example
White with #DAF6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF6DF; }
p { color: rgb(218,246,223); }
H1.HeaderClassName
{
color: #DAF6DF;
}
.AnyTagClassName
{
color: #DAF6DF;
}
</style>
background-color css
<style>
a { background-color: #DAF6DF; }
a { background-color: rgb(218,246,223); }
div.DivClassName
{
background-color: #DAF6DF;
}
.BgClassName
{
background-color: #DAF6DF;
}
</style>
border-color css
<style>
span { border-color: #DAF6DF; }
span { border-color: rgb(218,246,223); }
td.TdClassName
{
border-color: #DAF6DF;
}
.TagClassName
{
border-color: #DAF6DF;
}
</style>