Shades of Mindaro #D0E168
Tints of Mindaro #D0E168
RGB
CMYK
RGB Variations
Color information
#D0E168 (or 0xD0E168) is known color: Mindaro. HEX triplet: D0, E1 and 68. RGB value is (208,225,104). Sum of RGB (Red+Green+Blue) = 208+225+104=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 225 (88.28% from 255 or 41.90% from 537); Blue value is 104 (41.02% from 255 or 19.37% from 537); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E168 is #2F1E97. Grayscale: #CECECE. Windows color (decimal): -3088024 or 6873552. OLE color: 6873552.
HSL color Cylindrical-coordinate representation of color #D0E168: hue angle of 68.43º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0E168 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 225 | 104 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.12 |
| HSL | 68.43º | 0.67% | 0.65% | - |
| HSV(B) | 68.43º | 0.54% | 0.88% | - |
| XYZ | 55.44 | 68.26 | 23.35 | - |
| YUV | 206.12 | 70.37 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 104 | 0.08 | 0 | 0.54 | 0.12 | 68.43 | 0.67 | 0.65 |
| Hex | D0 | E1 | 68 | 8 | 0 | 36 | C | 44 | 43 | 41 |
| Octal | 320 | 341 | 150 | 10 | 0 | 66 | 14 | 104 | 103 | 101 |
| Binary | 11010000 | 11100001 | 1101000 | 1000 | 0 | 110110 | 1100 | 1000100 | 1000011 | 1000001 |
Color Harmonies of #D0E168
Complementary color
Monochromatic Colors of #D0E168
Black with #D0E168
Text Example
Text Example
White with #D0E168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E168; }
p { color: rgb(208,225,104); }
H1.HeaderClassName
{
color: #D0E168;
}
.AnyTagClassName
{
color: #D0E168;
}
</style>
background-color css
<style>
a { background-color: #D0E168; }
a { background-color: rgb(208,225,104); }
div.DivClassName
{
background-color: #D0E168;
}
.BgClassName
{
background-color: #D0E168;
}
</style>
border-color css
<style>
span { border-color: #D0E168; }
span { border-color: rgb(208,225,104); }
td.TdClassName
{
border-color: #D0E168;
}
.TagClassName
{
border-color: #D0E168;
}
</style>