Shades of Mindaro #D1E76A
Tints of Mindaro #D1E76A
RGB
CMYK
RGB Variations
Color information
#D1E76A (or 0xD1E76A) is known color: Mindaro. HEX triplet: D1, E7 and 6A. RGB value is (209,231,106). Sum of RGB (Red+Green+Blue) = 209+231+106=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 231 (90.62% from 255 or 42.31% from 546); Blue value is 106 (41.80% from 255 or 19.41% from 546); Max value from RGB is 231 - color contains mainly: green. Hex color #D1E76A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1E76A is #2E1895. Grayscale: #D2D2D2. Windows color (decimal): -3020950 or 7006161. OLE color: 7006161.
HSL color Cylindrical-coordinate representation of color #D1E76A: hue angle of 70.56º 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 #D1E76A is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 231 | 106 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.09 |
| HSL | 70.56º | 0.72% | 0.66% | - |
| HSV(B) | 70.56º | 0.54% | 0.91% | - |
| XYZ | 57.47 | 71.75 | 24.46 | - |
| YUV | 210.17 | 69.21 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 231 | 106 | 0.10 | 0 | 0.54 | 0.09 | 70.56 | 0.72 | 0.66 |
| Hex | D1 | E7 | 6A | A | 0 | 36 | 9 | 47 | 48 | 42 |
| Octal | 321 | 347 | 152 | 12 | 0 | 66 | 11 | 107 | 110 | 102 |
| Binary | 11010001 | 11100111 | 1101010 | 1010 | 0 | 110110 | 1001 | 1000111 | 1001000 | 1000010 |
Color Harmonies of #D1E76A
Complementary color
Monochromatic Colors of #D1E76A
Black with #D1E76A
Text Example
Text Example
White with #D1E76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E76A; }
p { color: rgb(209,231,106); }
H1.HeaderClassName
{
color: #D1E76A;
}
.AnyTagClassName
{
color: #D1E76A;
}
</style>
background-color css
<style>
a { background-color: #D1E76A; }
a { background-color: rgb(209,231,106); }
div.DivClassName
{
background-color: #D1E76A;
}
.BgClassName
{
background-color: #D1E76A;
}
</style>
border-color css
<style>
span { border-color: #D1E76A; }
span { border-color: rgb(209,231,106); }
td.TdClassName
{
border-color: #D1E76A;
}
.TagClassName
{
border-color: #D1E76A;
}
</style>