Shades of Mindaro #D2E358
Tints of Mindaro #D2E358
RGB
CMYK
RGB Variations
Color information
#D2E358 (or 0xD2E358) is known color: Mindaro. HEX triplet: D2, E3 and 58. RGB value is (210,227,88). Sum of RGB (Red+Green+Blue) = 210+227+88=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 227 (89.06% from 255 or 43.24% from 525); Blue value is 88 (34.77% from 255 or 16.76% from 525); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E358 is #2D1CA7. Grayscale: #CECECE. Windows color (decimal): -2956456 or 5825490. OLE color: 5825490.
HSL color Cylindrical-coordinate representation of color #D2E358: hue angle of 67.34º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D2E358 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 227 | 88 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.11 |
| HSL | 67.34º | 0.71% | 0.62% | - |
| HSV(B) | 67.34º | 0.61% | 0.89% | - |
| XYZ | 55.81 | 69.34 | 19.68 | - |
| YUV | 206.07 | 61.37 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 227 | 88 | 0.07 | 0 | 0.61 | 0.11 | 67.34 | 0.71 | 0.62 |
| Hex | D2 | E3 | 58 | 7 | 0 | 3D | B | 43 | 47 | 3E |
| Octal | 322 | 343 | 130 | 7 | 0 | 75 | 13 | 103 | 107 | 76 |
| Binary | 11010010 | 11100011 | 1011000 | 111 | 0 | 111101 | 1011 | 1000011 | 1000111 | 111110 |
Color Harmonies of #D2E358
Complementary color
Monochromatic Colors of #D2E358
Black with #D2E358
Text Example
Text Example
White with #D2E358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E358; }
p { color: rgb(210,227,88); }
H1.HeaderClassName
{
color: #D2E358;
}
.AnyTagClassName
{
color: #D2E358;
}
</style>
background-color css
<style>
a { background-color: #D2E358; }
a { background-color: rgb(210,227,88); }
div.DivClassName
{
background-color: #D2E358;
}
.BgClassName
{
background-color: #D2E358;
}
</style>
border-color css
<style>
span { border-color: #D2E358; }
span { border-color: rgb(210,227,88); }
td.TdClassName
{
border-color: #D2E358;
}
.TagClassName
{
border-color: #D2E358;
}
</style>