Shades of Mindaro #D0ED66
Tints of Mindaro #D0ED66
RGB
CMYK
RGB Variations
Color information
#D0ED66 (or 0xD0ED66) is known color: Mindaro. HEX triplet: D0, ED and 66. RGB value is (208,237,102). Sum of RGB (Red+Green+Blue) = 208+237+102=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 102 (40.23% from 255 or 18.65% from 547); Max value from RGB is 237 - color contains mainly: green. Hex color #D0ED66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0ED66 is #2F1299. Grayscale: #D5D5D5. Windows color (decimal): -3084954 or 6745552. OLE color: 6745552.
HSL color Cylindrical-coordinate representation of color #D0ED66: hue angle of 72.89º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0ED66 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 237 | 102 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.07 |
| HSL | 72.89º | 0.79% | 0.66% | - |
| HSV(B) | 72.89º | 0.57% | 0.93% | - |
| XYZ | 58.69 | 74.94 | 23.94 | - |
| YUV | 212.94 | 65.39 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 237 | 102 | 0.12 | 0 | 0.57 | 0.07 | 72.89 | 0.79 | 0.66 |
| Hex | D0 | ED | 66 | C | 0 | 39 | 7 | 49 | 4F | 42 |
| Octal | 320 | 355 | 146 | 14 | 0 | 71 | 7 | 111 | 117 | 102 |
| Binary | 11010000 | 11101101 | 1100110 | 1100 | 0 | 111001 | 111 | 1001001 | 1001111 | 1000010 |
Color Harmonies of #D0ED66
Complementary color
Monochromatic Colors of #D0ED66
Black with #D0ED66
Text Example
Text Example
White with #D0ED66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ED66; }
p { color: rgb(208,237,102); }
H1.HeaderClassName
{
color: #D0ED66;
}
.AnyTagClassName
{
color: #D0ED66;
}
</style>
background-color css
<style>
a { background-color: #D0ED66; }
a { background-color: rgb(208,237,102); }
div.DivClassName
{
background-color: #D0ED66;
}
.BgClassName
{
background-color: #D0ED66;
}
</style>
border-color css
<style>
span { border-color: #D0ED66; }
span { border-color: rgb(208,237,102); }
td.TdClassName
{
border-color: #D0ED66;
}
.TagClassName
{
border-color: #D0ED66;
}
</style>