Shades of Mindaro #D0E265
Tints of Mindaro #D0E265
RGB
CMYK
RGB Variations
Color information
#D0E265 (or 0xD0E265) is known color: Mindaro. HEX triplet: D0, E2 and 65. RGB value is (208,226,101). Sum of RGB (Red+Green+Blue) = 208+226+101=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 226 (88.67% from 255 or 42.24% from 535); Blue value is 101 (39.84% from 255 or 18.88% from 535); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E265 is #2F1D9A. Grayscale: #CECECE. Windows color (decimal): -3087771 or 6677200. OLE color: 6677200.
HSL color Cylindrical-coordinate representation of color #D0E265: hue angle of 68.64º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0E265 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 226 | 101 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.11 |
| HSL | 68.64º | 0.68% | 0.64% | - |
| HSV(B) | 68.64º | 0.55% | 0.89% | - |
| XYZ | 55.56 | 68.74 | 22.65 | - |
| YUV | 206.37 | 68.54 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 226 | 101 | 0.08 | 0 | 0.55 | 0.11 | 68.64 | 0.68 | 0.64 |
| Hex | D0 | E2 | 65 | 8 | 0 | 37 | B | 45 | 44 | 40 |
| Octal | 320 | 342 | 145 | 10 | 0 | 67 | 13 | 105 | 104 | 100 |
| Binary | 11010000 | 11100010 | 1100101 | 1000 | 0 | 110111 | 1011 | 1000101 | 1000100 | 1000000 |
Color Harmonies of #D0E265
Complementary color
Monochromatic Colors of #D0E265
Black with #D0E265
Text Example
Text Example
White with #D0E265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E265; }
p { color: rgb(208,226,101); }
H1.HeaderClassName
{
color: #D0E265;
}
.AnyTagClassName
{
color: #D0E265;
}
</style>
background-color css
<style>
a { background-color: #D0E265; }
a { background-color: rgb(208,226,101); }
div.DivClassName
{
background-color: #D0E265;
}
.BgClassName
{
background-color: #D0E265;
}
</style>
border-color css
<style>
span { border-color: #D0E265; }
span { border-color: rgb(208,226,101); }
td.TdClassName
{
border-color: #D0E265;
}
.TagClassName
{
border-color: #D0E265;
}
</style>