Shades of Mindaro #DAF77C
Tints of Mindaro #DAF77C
RGB
CMYK
RGB Variations
Color information
#DAF77C (or 0xDAF77C) is known color: Mindaro. HEX triplet: DA, F7 and 7C. RGB value is (218,247,124). Sum of RGB (Red+Green+Blue) = 218+247+124=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 247 (96.88% from 255 or 41.94% from 589); Blue value is 124 (48.83% from 255 or 21.05% from 589); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF77C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF77C is #250883. Grayscale: #E0E0E0. Windows color (decimal): -2427012 or 8189914. OLE color: 8189914.
HSL color Cylindrical-coordinate representation of color #DAF77C: hue angle of 74.15º degrees, saturation: 0.88, 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 #DAF77C is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 124 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.03 |
| HSL | 74.15º | 0.88% | 0.73% | - |
| HSV(B) | 74.15º | 0.5% | 0.97% | - |
| XYZ | 65.81 | 82.88 | 31.6 | - |
| YUV | 224.31 | 71.39 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 124 | 0.12 | 0 | 0.50 | 0.03 | 74.15 | 0.88 | 0.73 |
| Hex | DA | F7 | 7C | C | 0 | 32 | 3 | 4A | 58 | 49 |
| Octal | 332 | 367 | 174 | 14 | 0 | 62 | 3 | 112 | 130 | 111 |
| Binary | 11011010 | 11110111 | 1111100 | 1100 | 0 | 110010 | 11 | 1001010 | 1011000 | 1001001 |
Color Harmonies of #DAF77C
Complementary color
Monochromatic Colors of #DAF77C
Black with #DAF77C
Text Example
Text Example
White with #DAF77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF77C; }
p { color: rgb(218,247,124); }
H1.HeaderClassName
{
color: #DAF77C;
}
.AnyTagClassName
{
color: #DAF77C;
}
</style>
background-color css
<style>
a { background-color: #DAF77C; }
a { background-color: rgb(218,247,124); }
div.DivClassName
{
background-color: #DAF77C;
}
.BgClassName
{
background-color: #DAF77C;
}
</style>
border-color css
<style>
span { border-color: #DAF77C; }
span { border-color: rgb(218,247,124); }
td.TdClassName
{
border-color: #DAF77C;
}
.TagClassName
{
border-color: #DAF77C;
}
</style>