Shades of Mindaro #D0ED6F
Tints of Mindaro #D0ED6F
RGB
CMYK
RGB Variations
Color information
#D0ED6F (or 0xD0ED6F) is known color: Mindaro. HEX triplet: D0, ED and 6F. RGB value is (208,237,111). Sum of RGB (Red+Green+Blue) = 208+237+111=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 111 (43.75% from 255 or 19.96% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #D0ED6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0ED6F is #2F1290. Grayscale: #D6D6D6. Windows color (decimal): -3084945 or 7335376. OLE color: 7335376.
HSL color Cylindrical-coordinate representation of color #D0ED6F: hue angle of 73.81º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D0ED6F is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 237 | 111 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.07 |
| HSL | 73.81º | 0.78% | 0.68% | - |
| HSV(B) | 73.81º | 0.53% | 0.93% | - |
| XYZ | 59.17 | 75.13 | 26.42 | - |
| YUV | 213.97 | 69.89 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 237 | 111 | 0.12 | 0 | 0.53 | 0.07 | 73.81 | 0.78 | 0.68 |
| Hex | D0 | ED | 6F | C | 0 | 35 | 7 | 4A | 4E | 44 |
| Octal | 320 | 355 | 157 | 14 | 0 | 65 | 7 | 112 | 116 | 104 |
| Binary | 11010000 | 11101101 | 1101111 | 1100 | 0 | 110101 | 111 | 1001010 | 1001110 | 1000100 |
Color Harmonies of #D0ED6F
Complementary color
Monochromatic Colors of #D0ED6F
Black with #D0ED6F
Text Example
Text Example
White with #D0ED6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ED6F; }
p { color: rgb(208,237,111); }
H1.HeaderClassName
{
color: #D0ED6F;
}
.AnyTagClassName
{
color: #D0ED6F;
}
</style>
background-color css
<style>
a { background-color: #D0ED6F; }
a { background-color: rgb(208,237,111); }
div.DivClassName
{
background-color: #D0ED6F;
}
.BgClassName
{
background-color: #D0ED6F;
}
</style>
border-color css
<style>
span { border-color: #D0ED6F; }
span { border-color: rgb(208,237,111); }
td.TdClassName
{
border-color: #D0ED6F;
}
.TagClassName
{
border-color: #D0ED6F;
}
</style>