Shades of Mindaro #CDE463
Tints of Mindaro #CDE463
RGB
CMYK
RGB Variations
Color information
#CDE463 (or 0xCDE463) is known color: Mindaro. HEX triplet: CD, E4 and 63. RGB value is (205,228,99). Sum of RGB (Red+Green+Blue) = 205+228+99=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 228 (89.45% from 255 or 42.86% from 532); Blue value is 99 (39.06% from 255 or 18.61% from 532); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE463 is #321B9C. Grayscale: #CECECE. Windows color (decimal): -3283869 or 6546637. OLE color: 6546637.
HSL color Cylindrical-coordinate representation of color #CDE463: hue angle of 70.7º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDE463 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 228 | 99 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.11 |
| HSL | 70.7º | 0.7% | 0.64% | - |
| HSV(B) | 70.7º | 0.57% | 0.89% | - |
| XYZ | 55.17 | 69.37 | 22.29 | - |
| YUV | 206.42 | 67.38 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 228 | 99 | 0.10 | 0 | 0.57 | 0.11 | 70.7 | 0.7 | 0.64 |
| Hex | CD | E4 | 63 | A | 0 | 39 | B | 47 | 46 | 40 |
| Octal | 315 | 344 | 143 | 12 | 0 | 71 | 13 | 107 | 106 | 100 |
| Binary | 11001101 | 11100100 | 1100011 | 1010 | 0 | 111001 | 1011 | 1000111 | 1000110 | 1000000 |
Color Harmonies of #CDE463
Complementary color
Monochromatic Colors of #CDE463
Black with #CDE463
Text Example
Text Example
White with #CDE463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE463; }
p { color: rgb(205,228,99); }
H1.HeaderClassName
{
color: #CDE463;
}
.AnyTagClassName
{
color: #CDE463;
}
</style>
background-color css
<style>
a { background-color: #CDE463; }
a { background-color: rgb(205,228,99); }
div.DivClassName
{
background-color: #CDE463;
}
.BgClassName
{
background-color: #CDE463;
}
</style>
border-color css
<style>
span { border-color: #CDE463; }
span { border-color: rgb(205,228,99); }
td.TdClassName
{
border-color: #CDE463;
}
.TagClassName
{
border-color: #CDE463;
}
</style>