Shades of Off Green #DAF8DF
Tints of Off Green #DAF8DF
RGB
CMYK
RGB Variations
Color information
#DAF8DF (or 0xDAF8DF) is known color: Off Green. HEX triplet: DA, F8 and DF. RGB value is (218,248,223). Sum of RGB (Red+Green+Blue) = 218+248+223=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 248 (97.27% from 255 or 35.99% from 689); Blue value is 223 (87.5% from 255 or 32.37% from 689); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF8DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF8DF is #250720. Grayscale: #ECECEC. Windows color (decimal): -2426657 or 14678234. OLE color: 14678234.
HSL color Cylindrical-coordinate representation of color #DAF8DF: hue angle of 130º degrees, saturation: 0.68, 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 #DAF8DF is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 248 | 223 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.03 |
| HSL | 130º | 0.68% | 0.91% | - |
| HSV(B) | 130º | 0.12% | 0.97% | - |
| XYZ | 75.8 | 87.37 | 82.68 | - |
| YUV | 236.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 248 | 223 | 0.12 | 0 | 0.10 | 0.03 | 130 | 0.68 | 0.91 |
| Hex | DA | F8 | DF | C | 0 | A | 3 | 82 | 44 | 5B |
| Octal | 332 | 370 | 337 | 14 | 0 | 12 | 3 | 202 | 104 | 133 |
| Binary | 11011010 | 11111000 | 11011111 | 1100 | 0 | 1010 | 11 | 10000010 | 1000100 | 1011011 |
Color Harmonies of #DAF8DF
Complementary color
Monochromatic Colors of #DAF8DF
Black with #DAF8DF
Text Example
Text Example
White with #DAF8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF8DF; }
p { color: rgb(218,248,223); }
H1.HeaderClassName
{
color: #DAF8DF;
}
.AnyTagClassName
{
color: #DAF8DF;
}
</style>
background-color css
<style>
a { background-color: #DAF8DF; }
a { background-color: rgb(218,248,223); }
div.DivClassName
{
background-color: #DAF8DF;
}
.BgClassName
{
background-color: #DAF8DF;
}
</style>
border-color css
<style>
span { border-color: #DAF8DF; }
span { border-color: rgb(218,248,223); }
td.TdClassName
{
border-color: #DAF8DF;
}
.TagClassName
{
border-color: #DAF8DF;
}
</style>