Shades of Mindaro #D2E067
Tints of Mindaro #D2E067
RGB
CMYK
RGB Variations
Color information
#D2E067 (or 0xD2E067) is known color: Mindaro. HEX triplet: D2, E0 and 67. RGB value is (210,224,103). Sum of RGB (Red+Green+Blue) = 210+224+103=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 103 (40.62% from 255 or 19.18% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E067 is #2D1F98. Grayscale: #CECECE. Windows color (decimal): -2957209 or 6807762. OLE color: 6807762.
HSL color Cylindrical-coordinate representation of color #D2E067: hue angle of 66.94º 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 #D2E067 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 224 | 103 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.12 |
| HSL | 66.94º | 0.66% | 0.64% | - |
| HSV(B) | 66.94º | 0.54% | 0.88% | - |
| XYZ | 55.68 | 67.99 | 23.02 | - |
| YUV | 206.02 | 69.86 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 224 | 103 | 0.06 | 0 | 0.54 | 0.12 | 66.94 | 0.66 | 0.64 |
| Hex | D2 | E0 | 67 | 6 | 0 | 36 | C | 43 | 42 | 40 |
| Octal | 322 | 340 | 147 | 6 | 0 | 66 | 14 | 103 | 102 | 100 |
| Binary | 11010010 | 11100000 | 1100111 | 110 | 0 | 110110 | 1100 | 1000011 | 1000010 | 1000000 |
Color Harmonies of #D2E067
Complementary color
Monochromatic Colors of #D2E067
Black with #D2E067
Text Example
Text Example
White with #D2E067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E067; }
p { color: rgb(210,224,103); }
H1.HeaderClassName
{
color: #D2E067;
}
.AnyTagClassName
{
color: #D2E067;
}
</style>
background-color css
<style>
a { background-color: #D2E067; }
a { background-color: rgb(210,224,103); }
div.DivClassName
{
background-color: #D2E067;
}
.BgClassName
{
background-color: #D2E067;
}
</style>
border-color css
<style>
span { border-color: #D2E067; }
span { border-color: rgb(210,224,103); }
td.TdClassName
{
border-color: #D2E067;
}
.TagClassName
{
border-color: #D2E067;
}
</style>