Shades of Off Green #DAF3DD
Tints of Off Green #DAF3DD
RGB
CMYK
RGB Variations
Color information
#DAF3DD (or 0xDAF3DD) is known color: Off Green. HEX triplet: DA, F3 and DD. RGB value is (218,243,221). Sum of RGB (Red+Green+Blue) = 218+243+221=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 243 (95.31% from 255 or 35.63% from 682); Blue value is 221 (86.72% from 255 or 32.40% from 682); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF3DD is #250C22. Grayscale: #E9E9E9. Windows color (decimal): -2427939 or 14545882. OLE color: 14545882.
HSL color Cylindrical-coordinate representation of color #DAF3DD: hue angle of 127.2º 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 #DAF3DD is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 243 | 221 | - |
CMYK | 0.10 | 0 | 0.09 | 0.05 |
HSL | 127.2º | 0.51% | 0.9% | - |
HSV(B) | 127.2º | 0.1% | 0.95% | - |
XYZ | 74.02 | 84.23 | 80.76 | - |
YUV | 233.02 | 121.22 | 117.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 243 | 221 | 0.10 | 0 | 0.09 | 0.05 | 127.2 | 0.51 | 0.9 |
Hex | DA | F3 | DD | A | 0 | 9 | 5 | 7F | 33 | 5A |
Octal | 332 | 363 | 335 | 12 | 0 | 11 | 5 | 177 | 63 | 132 |
Binary | 11011010 | 11110011 | 11011101 | 1010 | 0 | 1001 | 101 | 1111111 | 110011 | 1011010 |
Color Harmonies of #DAF3DD
Complementary color
Monochromatic Colors of #DAF3DD
Black with #DAF3DD
Text Example
Text Example
White with #DAF3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF3DD; }
p { color: rgb(218,243,221); }
H1.HeaderClassName
{
color: #DAF3DD;
}
.AnyTagClassName
{
color: #DAF3DD;
}
</style>
background-color css
<style>
a { background-color: #DAF3DD; }
a { background-color: rgb(218,243,221); }
div.DivClassName
{
background-color: #DAF3DD;
}
.BgClassName
{
background-color: #DAF3DD;
}
</style>
border-color css
<style>
span { border-color: #DAF3DD; }
span { border-color: rgb(218,243,221); }
td.TdClassName
{
border-color: #DAF3DD;
}
.TagClassName
{
border-color: #DAF3DD;
}
</style>