Shades of Off Green #DAF1E1
Tints of Off Green #DAF1E1
RGB
CMYK
RGB Variations
Color information
#DAF1E1 (or 0xDAF1E1) is known color: Off Green. HEX triplet: DA, F1 and E1. RGB value is (218,241,225). Sum of RGB (Red+Green+Blue) = 218+241+225=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 241 (94.53% from 255 or 35.23% from 684); Blue value is 225 (88.28% from 255 or 32.89% from 684); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF1E1 is #250E1E. Grayscale: #E8E8E8. Windows color (decimal): -2428447 or 14807514. OLE color: 14807514.
HSL color Cylindrical-coordinate representation of color #DAF1E1: hue angle of 138.26º 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 #DAF1E1 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 225 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.05 |
| HSL | 138.26º | 0.45% | 0.9% | - |
| HSV(B) | 138.26º | 0.1% | 0.95% | - |
| XYZ | 73.96 | 83.25 | 83.41 | - |
| YUV | 232.3 | 123.88 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 225 | 0.10 | 0 | 0.07 | 0.05 | 138.26 | 0.45 | 0.9 |
| Hex | DA | F1 | E1 | A | 0 | 7 | 5 | 8A | 2D | 5A |
| Octal | 332 | 361 | 341 | 12 | 0 | 7 | 5 | 212 | 55 | 132 |
| Binary | 11011010 | 11110001 | 11100001 | 1010 | 0 | 111 | 101 | 10001010 | 101101 | 1011010 |
Color Harmonies of #DAF1E1
Complementary color
Monochromatic Colors of #DAF1E1
Black with #DAF1E1
Text Example
Text Example
White with #DAF1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF1E1; }
p { color: rgb(218,241,225); }
H1.HeaderClassName
{
color: #DAF1E1;
}
.AnyTagClassName
{
color: #DAF1E1;
}
</style>
background-color css
<style>
a { background-color: #DAF1E1; }
a { background-color: rgb(218,241,225); }
div.DivClassName
{
background-color: #DAF1E1;
}
.BgClassName
{
background-color: #DAF1E1;
}
</style>
border-color css
<style>
span { border-color: #DAF1E1; }
span { border-color: rgb(218,241,225); }
td.TdClassName
{
border-color: #DAF1E1;
}
.TagClassName
{
border-color: #DAF1E1;
}
</style>