Shades of Mindaro #CDE653
Tints of Mindaro #CDE653
RGB
CMYK
RGB Variations
Color information
#CDE653 (or 0xCDE653) is known color: Mindaro. HEX triplet: CD, E6 and 53. RGB value is (205,230,83). Sum of RGB (Red+Green+Blue) = 205+230+83=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 230 (90.23% from 255 or 44.40% from 518); Blue value is 83 (32.81% from 255 or 16.02% from 518); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE653 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE653 is #3219AC. Grayscale: #CECECE. Windows color (decimal): -3283373 or 5498573. OLE color: 5498573.
HSL color Cylindrical-coordinate representation of color #CDE653: hue angle of 70.2º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDE653 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 83 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.10 |
| HSL | 70.2º | 0.75% | 0.61% | - |
| HSV(B) | 70.2º | 0.64% | 0.9% | - |
| XYZ | 55.03 | 70.2 | 18.83 | - |
| YUV | 205.77 | 58.72 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 83 | 0.11 | 0 | 0.64 | 0.10 | 70.2 | 0.75 | 0.61 |
| Hex | CD | E6 | 53 | B | 0 | 40 | A | 46 | 4B | 3D |
| Octal | 315 | 346 | 123 | 13 | 0 | 100 | 12 | 106 | 113 | 75 |
| Binary | 11001101 | 11100110 | 1010011 | 1011 | 0 | 1000000 | 1010 | 1000110 | 1001011 | 111101 |
Color Harmonies of #CDE653
Complementary color
Monochromatic Colors of #CDE653
Black with #CDE653
Text Example
Text Example
White with #CDE653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE653; }
p { color: rgb(205,230,83); }
H1.HeaderClassName
{
color: #CDE653;
}
.AnyTagClassName
{
color: #CDE653;
}
</style>
background-color css
<style>
a { background-color: #CDE653; }
a { background-color: rgb(205,230,83); }
div.DivClassName
{
background-color: #CDE653;
}
.BgClassName
{
background-color: #CDE653;
}
</style>
border-color css
<style>
span { border-color: #CDE653; }
span { border-color: rgb(205,230,83); }
td.TdClassName
{
border-color: #CDE653;
}
.TagClassName
{
border-color: #CDE653;
}
</style>