Shades of Mindaro #D0E868
Tints of Mindaro #D0E868
RGB
CMYK
RGB Variations
Color information
#D0E868 (or 0xD0E868) is known color: Mindaro. HEX triplet: D0, E8 and 68. RGB value is (208,232,104). Sum of RGB (Red+Green+Blue) = 208+232+104=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 232 (91.02% from 255 or 42.65% from 544); Blue value is 104 (41.02% from 255 or 19.12% from 544); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E868 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E868 is #2F1797. Grayscale: #D2D2D2. Windows color (decimal): -3086232 or 6875344. OLE color: 6875344.
HSL color Cylindrical-coordinate representation of color #D0E868: hue angle of 71.25º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0E868 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 232 | 104 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.09 |
| HSL | 71.25º | 0.74% | 0.66% | - |
| HSV(B) | 71.25º | 0.55% | 0.91% | - |
| XYZ | 57.37 | 72.12 | 23.99 | - |
| YUV | 210.23 | 68.05 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 232 | 104 | 0.10 | 0 | 0.55 | 0.09 | 71.25 | 0.74 | 0.66 |
| Hex | D0 | E8 | 68 | A | 0 | 37 | 9 | 47 | 4A | 42 |
| Octal | 320 | 350 | 150 | 12 | 0 | 67 | 11 | 107 | 112 | 102 |
| Binary | 11010000 | 11101000 | 1101000 | 1010 | 0 | 110111 | 1001 | 1000111 | 1001010 | 1000010 |
Color Harmonies of #D0E868
Complementary color
Monochromatic Colors of #D0E868
Black with #D0E868
Text Example
Text Example
White with #D0E868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E868; }
p { color: rgb(208,232,104); }
H1.HeaderClassName
{
color: #D0E868;
}
.AnyTagClassName
{
color: #D0E868;
}
</style>
background-color css
<style>
a { background-color: #D0E868; }
a { background-color: rgb(208,232,104); }
div.DivClassName
{
background-color: #D0E868;
}
.BgClassName
{
background-color: #D0E868;
}
</style>
border-color css
<style>
span { border-color: #D0E868; }
span { border-color: rgb(208,232,104); }
td.TdClassName
{
border-color: #D0E868;
}
.TagClassName
{
border-color: #D0E868;
}
</style>