Shades of Mindaro #D1E067
Tints of Mindaro #D1E067
RGB
CMYK
RGB Variations
Color information
#D1E067 (or 0xD1E067) is known color: Mindaro. HEX triplet: D1, E0 and 67. RGB value is (209,224,103). Sum of RGB (Red+Green+Blue) = 209+224+103=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 224 (87.89% from 255 or 41.79% from 536); Blue value is 103 (40.62% from 255 or 19.22% from 536); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E067 is #2E1F98. Grayscale: #CECECE. Windows color (decimal): -3022745 or 6807761. OLE color: 6807761.
HSL color Cylindrical-coordinate representation of color #D1E067: hue angle of 67.44º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D1E067 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 224 | 103 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.12 |
| HSL | 67.44º | 0.66% | 0.64% | - |
| HSV(B) | 67.44º | 0.54% | 0.88% | - |
| XYZ | 55.4 | 67.85 | 23.01 | - |
| YUV | 205.72 | 70.03 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 224 | 103 | 0.07 | 0 | 0.54 | 0.12 | 67.44 | 0.66 | 0.64 |
| Hex | D1 | E0 | 67 | 7 | 0 | 36 | C | 43 | 42 | 40 |
| Octal | 321 | 340 | 147 | 7 | 0 | 66 | 14 | 103 | 102 | 100 |
| Binary | 11010001 | 11100000 | 1100111 | 111 | 0 | 110110 | 1100 | 1000011 | 1000010 | 1000000 |
Color Harmonies of #D1E067
Complementary color
Monochromatic Colors of #D1E067
Black with #D1E067
Text Example
Text Example
White with #D1E067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E067; }
p { color: rgb(209,224,103); }
H1.HeaderClassName
{
color: #D1E067;
}
.AnyTagClassName
{
color: #D1E067;
}
</style>
background-color css
<style>
a { background-color: #D1E067; }
a { background-color: rgb(209,224,103); }
div.DivClassName
{
background-color: #D1E067;
}
.BgClassName
{
background-color: #D1E067;
}
</style>
border-color css
<style>
span { border-color: #D1E067; }
span { border-color: rgb(209,224,103); }
td.TdClassName
{
border-color: #D1E067;
}
.TagClassName
{
border-color: #D1E067;
}
</style>