Shades of Mindaro #D0FA66
Tints of Mindaro #D0FA66
RGB
CMYK
RGB Variations
Color information
#D0FA66 (or 0xD0FA66) is known color: Mindaro. HEX triplet: D0, FA and 66. RGB value is (208,250,102). Sum of RGB (Red+Green+Blue) = 208+250+102=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 102 (40.23% from 255 or 18.21% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FA66 is #2F0599. Grayscale: #DDDDDD. Windows color (decimal): -3081626 or 6748880. OLE color: 6748880.
HSL color Cylindrical-coordinate representation of color #D0FA66: hue angle of 77.03º 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 #D0FA66 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 102 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.02 |
| HSL | 77.03º | 0.94% | 0.69% | - |
| HSV(B) | 77.03º | 0.59% | 0.98% | - |
| XYZ | 62.6 | 82.74 | 25.24 | - |
| YUV | 220.57 | 61.09 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 102 | 0.17 | 0 | 0.59 | 0.02 | 77.03 | 0.94 | 0.69 |
| Hex | D0 | FA | 66 | 11 | 0 | 3B | 2 | 4D | 5E | 45 |
| Octal | 320 | 372 | 146 | 21 | 0 | 73 | 2 | 115 | 136 | 105 |
| Binary | 11010000 | 11111010 | 1100110 | 10001 | 0 | 111011 | 10 | 1001101 | 1011110 | 1000101 |
Color Harmonies of #D0FA66
Complementary color
Monochromatic Colors of #D0FA66
Black with #D0FA66
Text Example
Text Example
White with #D0FA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FA66; }
p { color: rgb(208,250,102); }
H1.HeaderClassName
{
color: #D0FA66;
}
.AnyTagClassName
{
color: #D0FA66;
}
</style>
background-color css
<style>
a { background-color: #D0FA66; }
a { background-color: rgb(208,250,102); }
div.DivClassName
{
background-color: #D0FA66;
}
.BgClassName
{
background-color: #D0FA66;
}
</style>
border-color css
<style>
span { border-color: #D0FA66; }
span { border-color: rgb(208,250,102); }
td.TdClassName
{
border-color: #D0FA66;
}
.TagClassName
{
border-color: #D0FA66;
}
</style>