Shades of Mindaro #CDF563
Tints of Mindaro #CDF563
RGB
CMYK
RGB Variations
Color information
#CDF563 (or 0xCDF563) is known color: Mindaro. HEX triplet: CD, F5 and 63. RGB value is (205,245,99). Sum of RGB (Red+Green+Blue) = 205+245+99=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 99 (39.06% from 255 or 18.03% from 549); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF563 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF563 is #320A9C. Grayscale: #D8D8D8. Windows color (decimal): -3279517 or 6550989. OLE color: 6550989.
HSL color Cylindrical-coordinate representation of color #CDF563: hue angle of 76.44º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDF563 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 99 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.04 |
| HSL | 76.44º | 0.88% | 0.67% | - |
| HSV(B) | 76.44º | 0.6% | 0.96% | - |
| XYZ | 60.08 | 79.18 | 23.92 | - |
| YUV | 216.4 | 61.75 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 99 | 0.16 | 0 | 0.60 | 0.04 | 76.44 | 0.88 | 0.67 |
| Hex | CD | F5 | 63 | 10 | 0 | 3C | 4 | 4C | 58 | 43 |
| Octal | 315 | 365 | 143 | 20 | 0 | 74 | 4 | 114 | 130 | 103 |
| Binary | 11001101 | 11110101 | 1100011 | 10000 | 0 | 111100 | 100 | 1001100 | 1011000 | 1000011 |
Color Harmonies of #CDF563
Complementary color
Monochromatic Colors of #CDF563
Black with #CDF563
Text Example
Text Example
White with #CDF563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF563; }
p { color: rgb(205,245,99); }
H1.HeaderClassName
{
color: #CDF563;
}
.AnyTagClassName
{
color: #CDF563;
}
</style>
background-color css
<style>
a { background-color: #CDF563; }
a { background-color: rgb(205,245,99); }
div.DivClassName
{
background-color: #CDF563;
}
.BgClassName
{
background-color: #CDF563;
}
</style>
border-color css
<style>
span { border-color: #CDF563; }
span { border-color: rgb(205,245,99); }
td.TdClassName
{
border-color: #CDF563;
}
.TagClassName
{
border-color: #CDF563;
}
</style>