Shades of Mindaro #D0E364
Tints of Mindaro #D0E364
RGB
CMYK
RGB Variations
Color information
#D0E364 (or 0xD0E364) is known color: Mindaro. HEX triplet: D0, E3 and 64. RGB value is (208,227,100). Sum of RGB (Red+Green+Blue) = 208+227+100=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 100 (39.45% from 255 or 18.69% from 535); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E364 is #2F1C9B. Grayscale: #CFCFCF. Windows color (decimal): -3087516 or 6611920. OLE color: 6611920.
HSL color Cylindrical-coordinate representation of color #D0E364: hue angle of 68.98º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0E364 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 227 | 100 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.11 |
| HSL | 68.98º | 0.69% | 0.64% | - |
| HSV(B) | 68.98º | 0.56% | 0.89% | - |
| XYZ | 55.78 | 69.27 | 22.49 | - |
| YUV | 206.84 | 67.71 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 227 | 100 | 0.08 | 0 | 0.56 | 0.11 | 68.98 | 0.69 | 0.64 |
| Hex | D0 | E3 | 64 | 8 | 0 | 38 | B | 45 | 45 | 40 |
| Octal | 320 | 343 | 144 | 10 | 0 | 70 | 13 | 105 | 105 | 100 |
| Binary | 11010000 | 11100011 | 1100100 | 1000 | 0 | 111000 | 1011 | 1000101 | 1000101 | 1000000 |
Color Harmonies of #D0E364
Complementary color
Monochromatic Colors of #D0E364
Black with #D0E364
Text Example
Text Example
White with #D0E364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E364; }
p { color: rgb(208,227,100); }
H1.HeaderClassName
{
color: #D0E364;
}
.AnyTagClassName
{
color: #D0E364;
}
</style>
background-color css
<style>
a { background-color: #D0E364; }
a { background-color: rgb(208,227,100); }
div.DivClassName
{
background-color: #D0E364;
}
.BgClassName
{
background-color: #D0E364;
}
</style>
border-color css
<style>
span { border-color: #D0E364; }
span { border-color: rgb(208,227,100); }
td.TdClassName
{
border-color: #D0E364;
}
.TagClassName
{
border-color: #D0E364;
}
</style>