Shades of Mindaro #DAF87C
Tints of Mindaro #DAF87C
RGB
CMYK
RGB Variations
Color information
#DAF87C (or 0xDAF87C) is known color: Mindaro. HEX triplet: DA, F8 and 7C. RGB value is (218,248,124). Sum of RGB (Red+Green+Blue) = 218+248+124=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 248 (97.27% from 255 or 42.03% from 590); Blue value is 124 (48.83% from 255 or 21.02% from 590); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF87C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF87C is #250783. Grayscale: #E1E1E1. Windows color (decimal): -2426756 or 8190170. OLE color: 8190170.
HSL color Cylindrical-coordinate representation of color #DAF87C: hue angle of 74.52º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAF87C is Cyan = 0.12, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 248 | 124 | - |
| CMYK | 0.12 | 0 | 0.5 | 0.03 |
| HSL | 74.52º | 0.9% | 0.73% | - |
| HSV(B) | 74.52º | 0.5% | 0.97% | - |
| XYZ | 66.12 | 83.5 | 31.7 | - |
| YUV | 224.89 | 71.06 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 248 | 124 | 0.12 | 0 | 0.5 | 0.03 | 74.52 | 0.9 | 0.73 |
| Hex | DA | F8 | 7C | C | 0 | 32 | 3 | 4B | 5A | 49 |
| Octal | 332 | 370 | 174 | 14 | 0 | 62 | 3 | 113 | 132 | 111 |
| Binary | 11011010 | 11111000 | 1111100 | 1100 | 0 | 110010 | 11 | 1001011 | 1011010 | 1001001 |
Color Harmonies of #DAF87C
Complementary color
Monochromatic Colors of #DAF87C
Black with #DAF87C
Text Example
Text Example
White with #DAF87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF87C; }
p { color: rgb(218,248,124); }
H1.HeaderClassName
{
color: #DAF87C;
}
.AnyTagClassName
{
color: #DAF87C;
}
</style>
background-color css
<style>
a { background-color: #DAF87C; }
a { background-color: rgb(218,248,124); }
div.DivClassName
{
background-color: #DAF87C;
}
.BgClassName
{
background-color: #DAF87C;
}
</style>
border-color css
<style>
span { border-color: #DAF87C; }
span { border-color: rgb(218,248,124); }
td.TdClassName
{
border-color: #DAF87C;
}
.TagClassName
{
border-color: #DAF87C;
}
</style>