Shades of Off Green #DAF3E1
Tints of Off Green #DAF3E1
RGB
CMYK
RGB Variations
Color information
#DAF3E1 (or 0xDAF3E1) is known color: Off Green. HEX triplet: DA, F3 and E1. RGB value is (218,243,225). Sum of RGB (Red+Green+Blue) = 218+243+225=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 243 (95.31% from 255 or 35.42% from 686); Blue value is 225 (88.28% from 255 or 32.80% from 686); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF3E1 is #250C1E. Grayscale: #E9E9E9. Windows color (decimal): -2427935 or 14808026. OLE color: 14808026.
HSL color Cylindrical-coordinate representation of color #DAF3E1: hue angle of 136.8º degrees, saturation: 0.51, 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 #DAF3E1 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 225 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.05 |
| HSL | 136.8º | 0.51% | 0.9% | - |
| HSV(B) | 136.8º | 0.1% | 0.95% | - |
| XYZ | 74.55 | 84.44 | 83.6 | - |
| YUV | 233.47 | 123.22 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 225 | 0.10 | 0 | 0.07 | 0.05 | 136.8 | 0.51 | 0.9 |
| Hex | DA | F3 | E1 | A | 0 | 7 | 5 | 89 | 33 | 5A |
| Octal | 332 | 363 | 341 | 12 | 0 | 7 | 5 | 211 | 63 | 132 |
| Binary | 11011010 | 11110011 | 11100001 | 1010 | 0 | 111 | 101 | 10001001 | 110011 | 1011010 |
Color Harmonies of #DAF3E1
Complementary color
Monochromatic Colors of #DAF3E1
Black with #DAF3E1
Text Example
Text Example
White with #DAF3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF3E1; }
p { color: rgb(218,243,225); }
H1.HeaderClassName
{
color: #DAF3E1;
}
.AnyTagClassName
{
color: #DAF3E1;
}
</style>
background-color css
<style>
a { background-color: #DAF3E1; }
a { background-color: rgb(218,243,225); }
div.DivClassName
{
background-color: #DAF3E1;
}
.BgClassName
{
background-color: #DAF3E1;
}
</style>
border-color css
<style>
span { border-color: #DAF3E1; }
span { border-color: rgb(218,243,225); }
td.TdClassName
{
border-color: #DAF3E1;
}
.TagClassName
{
border-color: #DAF3E1;
}
</style>