Shades of Mindaro #D0E656
Tints of Mindaro #D0E656
RGB
CMYK
RGB Variations
Color information
#D0E656 (or 0xD0E656) is known color: Mindaro. HEX triplet: D0, E6 and 56. RGB value is (208,230,86). Sum of RGB (Red+Green+Blue) = 208+230+86=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 230 (90.23% from 255 or 43.89% from 524); Blue value is 86 (33.98% from 255 or 16.41% from 524); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E656 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E656 is #2F19A9. Grayscale: #CFCFCF. Windows color (decimal): -3086762 or 5695184. OLE color: 5695184.
HSL color Cylindrical-coordinate representation of color #D0E656: hue angle of 69.17º 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 #D0E656 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 230 | 86 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.10 |
| HSL | 69.17º | 0.74% | 0.62% | - |
| HSV(B) | 69.17º | 0.63% | 0.9% | - |
| XYZ | 55.99 | 70.68 | 19.49 | - |
| YUV | 207.01 | 59.71 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 230 | 86 | 0.10 | 0 | 0.63 | 0.10 | 69.17 | 0.74 | 0.62 |
| Hex | D0 | E6 | 56 | A | 0 | 3F | A | 45 | 4A | 3E |
| Octal | 320 | 346 | 126 | 12 | 0 | 77 | 12 | 105 | 112 | 76 |
| Binary | 11010000 | 11100110 | 1010110 | 1010 | 0 | 111111 | 1010 | 1000101 | 1001010 | 111110 |
Color Harmonies of #D0E656
Complementary color
Monochromatic Colors of #D0E656
Black with #D0E656
Text Example
Text Example
White with #D0E656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E656; }
p { color: rgb(208,230,86); }
H1.HeaderClassName
{
color: #D0E656;
}
.AnyTagClassName
{
color: #D0E656;
}
</style>
background-color css
<style>
a { background-color: #D0E656; }
a { background-color: rgb(208,230,86); }
div.DivClassName
{
background-color: #D0E656;
}
.BgClassName
{
background-color: #D0E656;
}
</style>
border-color css
<style>
span { border-color: #D0E656; }
span { border-color: rgb(208,230,86); }
td.TdClassName
{
border-color: #D0E656;
}
.TagClassName
{
border-color: #D0E656;
}
</style>