Shades of Mindaro #CDE573
Tints of Mindaro #CDE573
RGB
CMYK
RGB Variations
Color information
#CDE573 (or 0xCDE573) is known color: Mindaro. HEX triplet: CD, E5 and 73. RGB value is (205,229,115). Sum of RGB (Red+Green+Blue) = 205+229+115=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 229 (89.84% from 255 or 41.71% from 549); Blue value is 115 (45.31% from 255 or 20.95% from 549); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE573 is #321A8C. Grayscale: #D1D1D1. Windows color (decimal): -3283597 or 7595469. OLE color: 7595469.
HSL color Cylindrical-coordinate representation of color #CDE573: hue angle of 72.63º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDE573 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 115 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.10 |
| HSL | 72.63º | 0.69% | 0.67% | - |
| HSV(B) | 72.63º | 0.5% | 0.9% | - |
| XYZ | 56.29 | 70.26 | 26.81 | - |
| YUV | 208.83 | 75.05 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 115 | 0.10 | 0 | 0.50 | 0.10 | 72.63 | 0.69 | 0.67 |
| Hex | CD | E5 | 73 | A | 0 | 32 | A | 49 | 45 | 43 |
| Octal | 315 | 345 | 163 | 12 | 0 | 62 | 12 | 111 | 105 | 103 |
| Binary | 11001101 | 11100101 | 1110011 | 1010 | 0 | 110010 | 1010 | 1001001 | 1000101 | 1000011 |
Color Harmonies of #CDE573
Complementary color
Monochromatic Colors of #CDE573
Black with #CDE573
Text Example
Text Example
White with #CDE573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE573; }
p { color: rgb(205,229,115); }
H1.HeaderClassName
{
color: #CDE573;
}
.AnyTagClassName
{
color: #CDE573;
}
</style>
background-color css
<style>
a { background-color: #CDE573; }
a { background-color: rgb(205,229,115); }
div.DivClassName
{
background-color: #CDE573;
}
.BgClassName
{
background-color: #CDE573;
}
</style>
border-color css
<style>
span { border-color: #CDE573; }
span { border-color: rgb(205,229,115); }
td.TdClassName
{
border-color: #CDE573;
}
.TagClassName
{
border-color: #CDE573;
}
</style>