Shades of Mindaro #D0E655
Tints of Mindaro #D0E655
RGB
CMYK
RGB Variations
Color information
#D0E655 (or 0xD0E655) is known color: Mindaro. HEX triplet: D0, E6 and 55. RGB value is (208,230,85). Sum of RGB (Red+Green+Blue) = 208+230+85=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 230 (90.23% from 255 or 43.98% from 523); Blue value is 85 (33.59% from 255 or 16.25% from 523); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E655 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E655 is #2F19AA. Grayscale: #CFCFCF. Windows color (decimal): -3086763 or 5629648. OLE color: 5629648.
HSL color Cylindrical-coordinate representation of color #D0E655: hue angle of 69.1º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D0E655 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 230 | 85 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.10 |
| HSL | 69.1º | 0.74% | 0.62% | - |
| HSV(B) | 69.1º | 0.63% | 0.9% | - |
| XYZ | 55.95 | 70.66 | 19.28 | - |
| YUV | 206.89 | 59.21 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 230 | 85 | 0.10 | 0 | 0.63 | 0.10 | 69.1 | 0.74 | 0.62 |
| Hex | D0 | E6 | 55 | A | 0 | 3F | A | 45 | 4A | 3E |
| Octal | 320 | 346 | 125 | 12 | 0 | 77 | 12 | 105 | 112 | 76 |
| Binary | 11010000 | 11100110 | 1010101 | 1010 | 0 | 111111 | 1010 | 1000101 | 1001010 | 111110 |
Color Harmonies of #D0E655
Complementary color
Monochromatic Colors of #D0E655
Black with #D0E655
Text Example
Text Example
White with #D0E655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E655; }
p { color: rgb(208,230,85); }
H1.HeaderClassName
{
color: #D0E655;
}
.AnyTagClassName
{
color: #D0E655;
}
</style>
background-color css
<style>
a { background-color: #D0E655; }
a { background-color: rgb(208,230,85); }
div.DivClassName
{
background-color: #D0E655;
}
.BgClassName
{
background-color: #D0E655;
}
</style>
border-color css
<style>
span { border-color: #D0E655; }
span { border-color: rgb(208,230,85); }
td.TdClassName
{
border-color: #D0E655;
}
.TagClassName
{
border-color: #D0E655;
}
</style>