Shades of Mindaro #D0E067
Tints of Mindaro #D0E067
RGB
CMYK
RGB Variations
Color information
#D0E067 (or 0xD0E067) is known color: Mindaro. HEX triplet: D0, E0 and 67. RGB value is (208,224,103). Sum of RGB (Red+Green+Blue) = 208+224+103=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 103 (40.62% from 255 or 19.25% from 535); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E067 is #2F1F98. Grayscale: #CDCDCD. Windows color (decimal): -3088281 or 6807760. OLE color: 6807760.
HSL color Cylindrical-coordinate representation of color #D0E067: hue angle of 67.93º 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 #D0E067 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 224 | 103 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.12 |
| HSL | 67.93º | 0.66% | 0.64% | - |
| HSV(B) | 67.93º | 0.54% | 0.88% | - |
| XYZ | 55.12 | 67.7 | 22.99 | - |
| YUV | 205.42 | 70.2 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 224 | 103 | 0.07 | 0 | 0.54 | 0.12 | 67.93 | 0.66 | 0.64 |
| Hex | D0 | E0 | 67 | 7 | 0 | 36 | C | 44 | 42 | 40 |
| Octal | 320 | 340 | 147 | 7 | 0 | 66 | 14 | 104 | 102 | 100 |
| Binary | 11010000 | 11100000 | 1100111 | 111 | 0 | 110110 | 1100 | 1000100 | 1000010 | 1000000 |
Color Harmonies of #D0E067
Complementary color
Monochromatic Colors of #D0E067
Black with #D0E067
Text Example
Text Example
White with #D0E067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E067; }
p { color: rgb(208,224,103); }
H1.HeaderClassName
{
color: #D0E067;
}
.AnyTagClassName
{
color: #D0E067;
}
</style>
background-color css
<style>
a { background-color: #D0E067; }
a { background-color: rgb(208,224,103); }
div.DivClassName
{
background-color: #D0E067;
}
.BgClassName
{
background-color: #D0E067;
}
</style>
border-color css
<style>
span { border-color: #D0E067; }
span { border-color: rgb(208,224,103); }
td.TdClassName
{
border-color: #D0E067;
}
.TagClassName
{
border-color: #D0E067;
}
</style>