Shades of Mindaro #CDE853
Tints of Mindaro #CDE853
RGB
CMYK
RGB Variations
Color information
#CDE853 (or 0xCDE853) is known color: Mindaro. HEX triplet: CD, E8 and 53. RGB value is (205,232,83). Sum of RGB (Red+Green+Blue) = 205+232+83=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 232 (91.02% from 255 or 44.62% from 520); Blue value is 83 (32.81% from 255 or 15.96% from 520); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE853 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE853 is #3217AC. Grayscale: #CFCFCF. Windows color (decimal): -3282861 or 5499085. OLE color: 5499085.
HSL color Cylindrical-coordinate representation of color #CDE853: hue angle of 70.87º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDE853 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 83 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.09 |
| HSL | 70.87º | 0.76% | 0.62% | - |
| HSV(B) | 70.87º | 0.64% | 0.91% | - |
| XYZ | 55.59 | 71.32 | 19.02 | - |
| YUV | 206.94 | 58.05 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 83 | 0.12 | 0 | 0.64 | 0.09 | 70.87 | 0.76 | 0.62 |
| Hex | CD | E8 | 53 | C | 0 | 40 | 9 | 47 | 4C | 3E |
| Octal | 315 | 350 | 123 | 14 | 0 | 100 | 11 | 107 | 114 | 76 |
| Binary | 11001101 | 11101000 | 1010011 | 1100 | 0 | 1000000 | 1001 | 1000111 | 1001100 | 111110 |
Color Harmonies of #CDE853
Complementary color
Monochromatic Colors of #CDE853
Black with #CDE853
Text Example
Text Example
White with #CDE853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE853; }
p { color: rgb(205,232,83); }
H1.HeaderClassName
{
color: #CDE853;
}
.AnyTagClassName
{
color: #CDE853;
}
</style>
background-color css
<style>
a { background-color: #CDE853; }
a { background-color: rgb(205,232,83); }
div.DivClassName
{
background-color: #CDE853;
}
.BgClassName
{
background-color: #CDE853;
}
</style>
border-color css
<style>
span { border-color: #CDE853; }
span { border-color: rgb(205,232,83); }
td.TdClassName
{
border-color: #CDE853;
}
.TagClassName
{
border-color: #CDE853;
}
</style>