Shades of Mindaro #D0EF66
Tints of Mindaro #D0EF66
RGB
CMYK
RGB Variations
Color information
#D0EF66 (or 0xD0EF66) is known color: Mindaro. HEX triplet: D0, EF and 66. RGB value is (208,239,102). Sum of RGB (Red+Green+Blue) = 208+239+102=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 239 (93.75% from 255 or 43.53% from 549); Blue value is 102 (40.23% from 255 or 18.58% from 549); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EF66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EF66 is #2F1099. Grayscale: #D6D6D6. Windows color (decimal): -3084442 or 6746064. OLE color: 6746064.
HSL color Cylindrical-coordinate representation of color #D0EF66: hue angle of 73.58º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0EF66 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 239 | 102 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.06 |
| HSL | 73.58º | 0.81% | 0.67% | - |
| HSV(B) | 73.58º | 0.57% | 0.94% | - |
| XYZ | 59.28 | 76.1 | 24.14 | - |
| YUV | 214.11 | 64.73 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 239 | 102 | 0.13 | 0 | 0.57 | 0.06 | 73.58 | 0.81 | 0.67 |
| Hex | D0 | EF | 66 | D | 0 | 39 | 6 | 4A | 51 | 43 |
| Octal | 320 | 357 | 146 | 15 | 0 | 71 | 6 | 112 | 121 | 103 |
| Binary | 11010000 | 11101111 | 1100110 | 1101 | 0 | 111001 | 110 | 1001010 | 1010001 | 1000011 |
Color Harmonies of #D0EF66
Complementary color
Monochromatic Colors of #D0EF66
Black with #D0EF66
Text Example
Text Example
White with #D0EF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EF66; }
p { color: rgb(208,239,102); }
H1.HeaderClassName
{
color: #D0EF66;
}
.AnyTagClassName
{
color: #D0EF66;
}
</style>
background-color css
<style>
a { background-color: #D0EF66; }
a { background-color: rgb(208,239,102); }
div.DivClassName
{
background-color: #D0EF66;
}
.BgClassName
{
background-color: #D0EF66;
}
</style>
border-color css
<style>
span { border-color: #D0EF66; }
span { border-color: rgb(208,239,102); }
td.TdClassName
{
border-color: #D0EF66;
}
.TagClassName
{
border-color: #D0EF66;
}
</style>