Shades of Off Green #DAF4DF
Tints of Off Green #DAF4DF
RGB
CMYK
RGB Variations
Color information
#DAF4DF (or 0xDAF4DF) is known color: Off Green. HEX triplet: DA, F4 and DF. RGB value is (218,244,223). Sum of RGB (Red+Green+Blue) = 218+244+223=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 244 (95.70% from 255 or 35.62% from 685); Blue value is 223 (87.5% from 255 or 32.55% from 685); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF4DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF4DF is #250B20. Grayscale: #E9E9E9. Windows color (decimal): -2427681 or 14677210. OLE color: 14677210.
HSL color Cylindrical-coordinate representation of color #DAF4DF: hue angle of 131.54º degrees, saturation: 0.54, 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 #DAF4DF is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 244 | 223 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.04 |
| HSL | 131.54º | 0.54% | 0.91% | - |
| HSV(B) | 131.54º | 0.11% | 0.96% | - |
| XYZ | 74.58 | 84.93 | 82.28 | - |
| YUV | 233.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 244 | 223 | 0.11 | 0 | 0.09 | 0.04 | 131.54 | 0.54 | 0.91 |
| Hex | DA | F4 | DF | B | 0 | 9 | 4 | 84 | 36 | 5B |
| Octal | 332 | 364 | 337 | 13 | 0 | 11 | 4 | 204 | 66 | 133 |
| Binary | 11011010 | 11110100 | 11011111 | 1011 | 0 | 1001 | 100 | 10000100 | 110110 | 1011011 |
Color Harmonies of #DAF4DF
Complementary color
Monochromatic Colors of #DAF4DF
Black with #DAF4DF
Text Example
Text Example
White with #DAF4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF4DF; }
p { color: rgb(218,244,223); }
H1.HeaderClassName
{
color: #DAF4DF;
}
.AnyTagClassName
{
color: #DAF4DF;
}
</style>
background-color css
<style>
a { background-color: #DAF4DF; }
a { background-color: rgb(218,244,223); }
div.DivClassName
{
background-color: #DAF4DF;
}
.BgClassName
{
background-color: #DAF4DF;
}
</style>
border-color css
<style>
span { border-color: #DAF4DF; }
span { border-color: rgb(218,244,223); }
td.TdClassName
{
border-color: #DAF4DF;
}
.TagClassName
{
border-color: #DAF4DF;
}
</style>