Shades of Mindaro #CDE953
Tints of Mindaro #CDE953
RGB
CMYK
RGB Variations
Color information
#CDE953 (or 0xCDE953) is known color: Mindaro. HEX triplet: CD, E9 and 53. RGB value is (205,233,83). Sum of RGB (Red+Green+Blue) = 205+233+83=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 83 (32.81% from 255 or 15.93% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE953 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE953 is #3216AC. Grayscale: #D0D0D0. Windows color (decimal): -3282605 or 5499341. OLE color: 5499341.
HSL color Cylindrical-coordinate representation of color #CDE953: hue angle of 71.2º degrees, saturation: 0.77, 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 #CDE953 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 83 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.09 |
| HSL | 71.2º | 0.77% | 0.62% | - |
| HSV(B) | 71.2º | 0.64% | 0.91% | - |
| XYZ | 55.88 | 71.88 | 19.11 | - |
| YUV | 207.53 | 57.72 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 83 | 0.12 | 0 | 0.64 | 0.09 | 71.2 | 0.77 | 0.62 |
| Hex | CD | E9 | 53 | C | 0 | 40 | 9 | 47 | 4D | 3E |
| Octal | 315 | 351 | 123 | 14 | 0 | 100 | 11 | 107 | 115 | 76 |
| Binary | 11001101 | 11101001 | 1010011 | 1100 | 0 | 1000000 | 1001 | 1000111 | 1001101 | 111110 |
Color Harmonies of #CDE953
Complementary color
Monochromatic Colors of #CDE953
Black with #CDE953
Text Example
Text Example
White with #CDE953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE953; }
p { color: rgb(205,233,83); }
H1.HeaderClassName
{
color: #CDE953;
}
.AnyTagClassName
{
color: #CDE953;
}
</style>
background-color css
<style>
a { background-color: #CDE953; }
a { background-color: rgb(205,233,83); }
div.DivClassName
{
background-color: #CDE953;
}
.BgClassName
{
background-color: #CDE953;
}
</style>
border-color css
<style>
span { border-color: #CDE953; }
span { border-color: rgb(205,233,83); }
td.TdClassName
{
border-color: #CDE953;
}
.TagClassName
{
border-color: #CDE953;
}
</style>