Shades of Mindaro #DAFA63
Tints of Mindaro #DAFA63
RGB
CMYK
RGB Variations
Color information
#DAFA63 (or 0xDAFA63) is known color: Mindaro. HEX triplet: DA, FA and 63. RGB value is (218,250,99). Sum of RGB (Red+Green+Blue) = 218+250+99=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 99 (39.06% from 255 or 17.46% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA63 is #25059C. Grayscale: #DFDFDF. Windows color (decimal): -2426269 or 6552282. OLE color: 6552282.
HSL color Cylindrical-coordinate representation of color #DAFA63: hue angle of 72.72º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DAFA63 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 99 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.02 |
| HSL | 72.72º | 0.94% | 0.68% | - |
| HSV(B) | 72.72º | 0.6% | 0.98% | - |
| XYZ | 65.35 | 84.18 | 24.61 | - |
| YUV | 223.22 | 57.9 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 99 | 0.13 | 0 | 0.60 | 0.02 | 72.72 | 0.94 | 0.68 |
| Hex | DA | FA | 63 | D | 0 | 3C | 2 | 49 | 5E | 44 |
| Octal | 332 | 372 | 143 | 15 | 0 | 74 | 2 | 111 | 136 | 104 |
| Binary | 11011010 | 11111010 | 1100011 | 1101 | 0 | 111100 | 10 | 1001001 | 1011110 | 1000100 |
Color Harmonies of #DAFA63
Complementary color
Monochromatic Colors of #DAFA63
Black with #DAFA63
Text Example
Text Example
White with #DAFA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA63; }
p { color: rgb(218,250,99); }
H1.HeaderClassName
{
color: #DAFA63;
}
.AnyTagClassName
{
color: #DAFA63;
}
</style>
background-color css
<style>
a { background-color: #DAFA63; }
a { background-color: rgb(218,250,99); }
div.DivClassName
{
background-color: #DAFA63;
}
.BgClassName
{
background-color: #DAFA63;
}
</style>
border-color css
<style>
span { border-color: #DAFA63; }
span { border-color: rgb(218,250,99); }
td.TdClassName
{
border-color: #DAFA63;
}
.TagClassName
{
border-color: #DAFA63;
}
</style>