Shades of Mindaro #D0E76A
Tints of Mindaro #D0E76A
RGB
CMYK
RGB Variations
Color information
#D0E76A (or 0xD0E76A) is known color: Mindaro. HEX triplet: D0, E7 and 6A. RGB value is (208,231,106). Sum of RGB (Red+Green+Blue) = 208+231+106=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 231 (90.62% from 255 or 42.39% from 545); Blue value is 106 (41.80% from 255 or 19.45% from 545); Max value from RGB is 231 - color contains mainly: green. Hex color #D0E76A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E76A is #2F1895. Grayscale: #D2D2D2. Windows color (decimal): -3086486 or 7006160. OLE color: 7006160.
HSL color Cylindrical-coordinate representation of color #D0E76A: hue angle of 71.04º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0E76A is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 231 | 106 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.09 |
| HSL | 71.04º | 0.72% | 0.66% | - |
| HSV(B) | 71.04º | 0.54% | 0.91% | - |
| XYZ | 57.19 | 71.6 | 24.44 | - |
| YUV | 209.87 | 69.38 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 231 | 106 | 0.10 | 0 | 0.54 | 0.09 | 71.04 | 0.72 | 0.66 |
| Hex | D0 | E7 | 6A | A | 0 | 36 | 9 | 47 | 48 | 42 |
| Octal | 320 | 347 | 152 | 12 | 0 | 66 | 11 | 107 | 110 | 102 |
| Binary | 11010000 | 11100111 | 1101010 | 1010 | 0 | 110110 | 1001 | 1000111 | 1001000 | 1000010 |
Color Harmonies of #D0E76A
Complementary color
Monochromatic Colors of #D0E76A
Black with #D0E76A
Text Example
Text Example
White with #D0E76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E76A; }
p { color: rgb(208,231,106); }
H1.HeaderClassName
{
color: #D0E76A;
}
.AnyTagClassName
{
color: #D0E76A;
}
</style>
background-color css
<style>
a { background-color: #D0E76A; }
a { background-color: rgb(208,231,106); }
div.DivClassName
{
background-color: #D0E76A;
}
.BgClassName
{
background-color: #D0E76A;
}
</style>
border-color css
<style>
span { border-color: #D0E76A; }
span { border-color: rgb(208,231,106); }
td.TdClassName
{
border-color: #D0E76A;
}
.TagClassName
{
border-color: #D0E76A;
}
</style>