Shades of Mindaro #DAFA66
Tints of Mindaro #DAFA66
RGB
CMYK
RGB Variations
Color information
#DAFA66 (or 0xDAFA66) is known color: Mindaro. HEX triplet: DA, FA and 66. RGB value is (218,250,102). Sum of RGB (Red+Green+Blue) = 218+250+102=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 250 (98.05% from 255 or 43.86% from 570); Blue value is 102 (40.23% from 255 or 17.89% from 570); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA66 is #250599. Grayscale: #E0E0E0. Windows color (decimal): -2426266 or 6748890. OLE color: 6748890.
HSL color Cylindrical-coordinate representation of color #DAFA66: hue angle of 72.97º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAFA66 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 102 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.02 |
| HSL | 72.97º | 0.94% | 0.69% | - |
| HSV(B) | 72.97º | 0.59% | 0.98% | - |
| XYZ | 65.5 | 84.24 | 25.38 | - |
| YUV | 223.56 | 59.4 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 102 | 0.13 | 0 | 0.59 | 0.02 | 72.97 | 0.94 | 0.69 |
| Hex | DA | FA | 66 | D | 0 | 3B | 2 | 49 | 5E | 45 |
| Octal | 332 | 372 | 146 | 15 | 0 | 73 | 2 | 111 | 136 | 105 |
| Binary | 11011010 | 11111010 | 1100110 | 1101 | 0 | 111011 | 10 | 1001001 | 1011110 | 1000101 |
Color Harmonies of #DAFA66
Complementary color
Monochromatic Colors of #DAFA66
Black with #DAFA66
Text Example
Text Example
White with #DAFA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA66; }
p { color: rgb(218,250,102); }
H1.HeaderClassName
{
color: #DAFA66;
}
.AnyTagClassName
{
color: #DAFA66;
}
</style>
background-color css
<style>
a { background-color: #DAFA66; }
a { background-color: rgb(218,250,102); }
div.DivClassName
{
background-color: #DAFA66;
}
.BgClassName
{
background-color: #DAFA66;
}
</style>
border-color css
<style>
span { border-color: #DAFA66; }
span { border-color: rgb(218,250,102); }
td.TdClassName
{
border-color: #DAFA66;
}
.TagClassName
{
border-color: #DAFA66;
}
</style>