Shades of Mindaro #DAFA77
Tints of Mindaro #DAFA77
RGB
CMYK
RGB Variations
Color information
#DAFA77 (or 0xDAFA77) is known color: Mindaro. HEX triplet: DA, FA and 77. RGB value is (218,250,119). Sum of RGB (Red+Green+Blue) = 218+250+119=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 119 (46.88% from 255 or 20.27% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA77 is #250588. Grayscale: #E1E1E1. Windows color (decimal): -2426249 or 7863002. OLE color: 7863002.
HSL color Cylindrical-coordinate representation of color #DAFA77: hue angle of 74.66º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAFA77 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 119 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.02 |
| HSL | 74.66º | 0.93% | 0.72% | - |
| HSV(B) | 74.66º | 0.52% | 0.98% | - |
| XYZ | 66.43 | 84.61 | 30.28 | - |
| YUV | 225.5 | 67.9 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 119 | 0.13 | 0 | 0.52 | 0.02 | 74.66 | 0.93 | 0.72 |
| Hex | DA | FA | 77 | D | 0 | 34 | 2 | 4B | 5D | 48 |
| Octal | 332 | 372 | 167 | 15 | 0 | 64 | 2 | 113 | 135 | 110 |
| Binary | 11011010 | 11111010 | 1110111 | 1101 | 0 | 110100 | 10 | 1001011 | 1011101 | 1001000 |
Color Harmonies of #DAFA77
Complementary color
Monochromatic Colors of #DAFA77
Black with #DAFA77
Text Example
Text Example
White with #DAFA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA77; }
p { color: rgb(218,250,119); }
H1.HeaderClassName
{
color: #DAFA77;
}
.AnyTagClassName
{
color: #DAFA77;
}
</style>
background-color css
<style>
a { background-color: #DAFA77; }
a { background-color: rgb(218,250,119); }
div.DivClassName
{
background-color: #DAFA77;
}
.BgClassName
{
background-color: #DAFA77;
}
</style>
border-color css
<style>
span { border-color: #DAFA77; }
span { border-color: rgb(218,250,119); }
td.TdClassName
{
border-color: #DAFA77;
}
.TagClassName
{
border-color: #DAFA77;
}
</style>