Shades of Mindaro #D0E76F
Tints of Mindaro #D0E76F
RGB
CMYK
RGB Variations
Color information
#D0E76F (or 0xD0E76F) is known color: Mindaro. HEX triplet: D0, E7 and 6F. RGB value is (208,231,111). Sum of RGB (Red+Green+Blue) = 208+231+111=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 231 (90.62% from 255 or 42% from 550); Blue value is 111 (43.75% from 255 or 20.18% from 550); Max value from RGB is 231 - color contains mainly: green. Hex color #D0E76F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E76F is #2F1890. Grayscale: #D2D2D2. Windows color (decimal): -3086481 or 7333840. OLE color: 7333840.
HSL color Cylindrical-coordinate representation of color #D0E76F: hue angle of 71.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D0E76F is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 231 | 111 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.09 |
| HSL | 71.5º | 0.71% | 0.67% | - |
| HSV(B) | 71.5º | 0.52% | 0.91% | - |
| XYZ | 57.46 | 71.71 | 25.85 | - |
| YUV | 210.44 | 71.88 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 231 | 111 | 0.10 | 0 | 0.52 | 0.09 | 71.5 | 0.71 | 0.67 |
| Hex | D0 | E7 | 6F | A | 0 | 34 | 9 | 48 | 47 | 43 |
| Octal | 320 | 347 | 157 | 12 | 0 | 64 | 11 | 110 | 107 | 103 |
| Binary | 11010000 | 11100111 | 1101111 | 1010 | 0 | 110100 | 1001 | 1001000 | 1000111 | 1000011 |
Color Harmonies of #D0E76F
Complementary color
Monochromatic Colors of #D0E76F
Black with #D0E76F
Text Example
Text Example
White with #D0E76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E76F; }
p { color: rgb(208,231,111); }
H1.HeaderClassName
{
color: #D0E76F;
}
.AnyTagClassName
{
color: #D0E76F;
}
</style>
background-color css
<style>
a { background-color: #D0E76F; }
a { background-color: rgb(208,231,111); }
div.DivClassName
{
background-color: #D0E76F;
}
.BgClassName
{
background-color: #D0E76F;
}
</style>
border-color css
<style>
span { border-color: #D0E76F; }
span { border-color: rgb(208,231,111); }
td.TdClassName
{
border-color: #D0E76F;
}
.TagClassName
{
border-color: #D0E76F;
}
</style>