Shades of Off Green #DAF3DC
Tints of Off Green #DAF3DC
RGB
CMYK
RGB Variations
Color information
#DAF3DC (or 0xDAF3DC) is known color: Off Green. HEX triplet: DA, F3 and DC. RGB value is (218,243,220). Sum of RGB (Red+Green+Blue) = 218+243+220=681 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.01% from 681); Green value is 243 (95.31% from 255 or 35.68% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF3DC is #250C23. Grayscale: #E8E8E8. Windows color (decimal): -2427940 or 14480346. OLE color: 14480346.
HSL color Cylindrical-coordinate representation of color #DAF3DC: hue angle of 124.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 #DAF3DC is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 220 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.05 |
| HSL | 124.8º | 0.51% | 0.9% | - |
| HSV(B) | 124.8º | 0.1% | 0.95% | - |
| XYZ | 73.88 | 84.17 | 80.06 | - |
| YUV | 232.9 | 120.72 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 220 | 0.10 | 0 | 0.09 | 0.05 | 124.8 | 0.51 | 0.9 |
| Hex | DA | F3 | DC | A | 0 | 9 | 5 | 7D | 33 | 5A |
| Octal | 332 | 363 | 334 | 12 | 0 | 11 | 5 | 175 | 63 | 132 |
| Binary | 11011010 | 11110011 | 11011100 | 1010 | 0 | 1001 | 101 | 1111101 | 110011 | 1011010 |
Color Harmonies of #DAF3DC
Complementary color
Monochromatic Colors of #DAF3DC
Black with #DAF3DC
Text Example
Text Example
White with #DAF3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF3DC; }
p { color: rgb(218,243,220); }
H1.HeaderClassName
{
color: #DAF3DC;
}
.AnyTagClassName
{
color: #DAF3DC;
}
</style>
background-color css
<style>
a { background-color: #DAF3DC; }
a { background-color: rgb(218,243,220); }
div.DivClassName
{
background-color: #DAF3DC;
}
.BgClassName
{
background-color: #DAF3DC;
}
</style>
border-color css
<style>
span { border-color: #DAF3DC; }
span { border-color: rgb(218,243,220); }
td.TdClassName
{
border-color: #DAF3DC;
}
.TagClassName
{
border-color: #DAF3DC;
}
</style>