Shades of Off Green #DAF7DF
Tints of Off Green #DAF7DF
RGB
CMYK
RGB Variations
Color information
#DAF7DF (or 0xDAF7DF) is known color: Off Green. HEX triplet: DA, F7 and DF. RGB value is (218,247,223). Sum of RGB (Red+Green+Blue) = 218+247+223=688 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.69% from 688); Green value is 247 (96.88% from 255 or 35.90% from 688); Blue value is 223 (87.5% from 255 or 32.41% from 688); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF7DF is #250820. Grayscale: #EBEBEB. Windows color (decimal): -2426913 or 14677978. OLE color: 14677978.
HSL color Cylindrical-coordinate representation of color #DAF7DF: hue angle of 130.34º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF7DF is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 223 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.03 |
| HSL | 130.34º | 0.64% | 0.91% | - |
| HSV(B) | 130.34º | 0.12% | 0.97% | - |
| XYZ | 75.49 | 86.75 | 82.58 | - |
| YUV | 235.59 | 120.89 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 223 | 0.12 | 0 | 0.10 | 0.03 | 130.34 | 0.64 | 0.91 |
| Hex | DA | F7 | DF | C | 0 | A | 3 | 82 | 40 | 5B |
| Octal | 332 | 367 | 337 | 14 | 0 | 12 | 3 | 202 | 100 | 133 |
| Binary | 11011010 | 11110111 | 11011111 | 1100 | 0 | 1010 | 11 | 10000010 | 1000000 | 1011011 |
Color Harmonies of #DAF7DF
Complementary color
Monochromatic Colors of #DAF7DF
Black with #DAF7DF
Text Example
Text Example
White with #DAF7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF7DF; }
p { color: rgb(218,247,223); }
H1.HeaderClassName
{
color: #DAF7DF;
}
.AnyTagClassName
{
color: #DAF7DF;
}
</style>
background-color css
<style>
a { background-color: #DAF7DF; }
a { background-color: rgb(218,247,223); }
div.DivClassName
{
background-color: #DAF7DF;
}
.BgClassName
{
background-color: #DAF7DF;
}
</style>
border-color css
<style>
span { border-color: #DAF7DF; }
span { border-color: rgb(218,247,223); }
td.TdClassName
{
border-color: #DAF7DF;
}
.TagClassName
{
border-color: #DAF7DF;
}
</style>