Shades of Mindaro #CDE863
Tints of Mindaro #CDE863
RGB
CMYK
RGB Variations
Color information
#CDE863 (or 0xCDE863) is known color: Mindaro. HEX triplet: CD, E8 and 63. RGB value is (205,232,99). Sum of RGB (Red+Green+Blue) = 205+232+99=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 232 (91.02% from 255 or 43.28% from 536); Blue value is 99 (39.06% from 255 or 18.47% from 536); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE863 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE863 is #32179C. Grayscale: #D1D1D1. Windows color (decimal): -3282845 or 6547661. OLE color: 6547661.
HSL color Cylindrical-coordinate representation of color #CDE863: hue angle of 72.18º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDE863 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 99 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.09 |
| HSL | 72.18º | 0.74% | 0.65% | - |
| HSV(B) | 72.18º | 0.57% | 0.91% | - |
| XYZ | 56.29 | 71.59 | 22.66 | - |
| YUV | 208.77 | 66.05 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 99 | 0.12 | 0 | 0.57 | 0.09 | 72.18 | 0.74 | 0.65 |
| Hex | CD | E8 | 63 | C | 0 | 39 | 9 | 48 | 4A | 41 |
| Octal | 315 | 350 | 143 | 14 | 0 | 71 | 11 | 110 | 112 | 101 |
| Binary | 11001101 | 11101000 | 1100011 | 1100 | 0 | 111001 | 1001 | 1001000 | 1001010 | 1000001 |
Color Harmonies of #CDE863
Complementary color
Monochromatic Colors of #CDE863
Black with #CDE863
Text Example
Text Example
White with #CDE863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE863; }
p { color: rgb(205,232,99); }
H1.HeaderClassName
{
color: #CDE863;
}
.AnyTagClassName
{
color: #CDE863;
}
</style>
background-color css
<style>
a { background-color: #CDE863; }
a { background-color: rgb(205,232,99); }
div.DivClassName
{
background-color: #CDE863;
}
.BgClassName
{
background-color: #CDE863;
}
</style>
border-color css
<style>
span { border-color: #CDE863; }
span { border-color: rgb(205,232,99); }
td.TdClassName
{
border-color: #CDE863;
}
.TagClassName
{
border-color: #CDE863;
}
</style>