Shades of Mindaro #CDE663
Tints of Mindaro #CDE663
RGB
CMYK
RGB Variations
Color information
#CDE663 (or 0xCDE663) is known color: Mindaro. HEX triplet: CD, E6 and 63. RGB value is (205,230,99). Sum of RGB (Red+Green+Blue) = 205+230+99=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 230 (90.23% from 255 or 43.07% from 534); Blue value is 99 (39.06% from 255 or 18.54% from 534); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE663 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE663 is #32199C. Grayscale: #D0D0D0. Windows color (decimal): -3283357 or 6547149. OLE color: 6547149.
HSL color Cylindrical-coordinate representation of color #CDE663: hue angle of 71.45º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDE663 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 99 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.10 |
| HSL | 71.45º | 0.72% | 0.65% | - |
| HSV(B) | 71.45º | 0.57% | 0.9% | - |
| XYZ | 55.73 | 70.47 | 22.47 | - |
| YUV | 207.59 | 66.72 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 99 | 0.11 | 0 | 0.57 | 0.10 | 71.45 | 0.72 | 0.65 |
| Hex | CD | E6 | 63 | B | 0 | 39 | A | 47 | 48 | 41 |
| Octal | 315 | 346 | 143 | 13 | 0 | 71 | 12 | 107 | 110 | 101 |
| Binary | 11001101 | 11100110 | 1100011 | 1011 | 0 | 111001 | 1010 | 1000111 | 1001000 | 1000001 |
Color Harmonies of #CDE663
Complementary color
Monochromatic Colors of #CDE663
Black with #CDE663
Text Example
Text Example
White with #CDE663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE663; }
p { color: rgb(205,230,99); }
H1.HeaderClassName
{
color: #CDE663;
}
.AnyTagClassName
{
color: #CDE663;
}
</style>
background-color css
<style>
a { background-color: #CDE663; }
a { background-color: rgb(205,230,99); }
div.DivClassName
{
background-color: #CDE663;
}
.BgClassName
{
background-color: #CDE663;
}
</style>
border-color css
<style>
span { border-color: #CDE663; }
span { border-color: rgb(205,230,99); }
td.TdClassName
{
border-color: #CDE663;
}
.TagClassName
{
border-color: #CDE663;
}
</style>