Shades of Mindaro #CDE360
Tints of Mindaro #CDE360
RGB
CMYK
RGB Variations
Color information
#CDE360 (or 0xCDE360) is known color: Mindaro. HEX triplet: CD, E3 and 60. RGB value is (205,227,96). Sum of RGB (Red+Green+Blue) = 205+227+96=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 227 (89.06% from 255 or 42.99% from 528); Blue value is 96 (37.89% from 255 or 18.18% from 528); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE360 is #321C9F. Grayscale: #CDCDCD. Windows color (decimal): -3284128 or 6349773. OLE color: 6349773.
HSL color Cylindrical-coordinate representation of color #CDE360: hue angle of 70.08º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDE360 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 96 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.11 |
| HSL | 70.08º | 0.7% | 0.63% | - |
| HSV(B) | 70.08º | 0.58% | 0.89% | - |
| XYZ | 54.76 | 68.76 | 21.45 | - |
| YUV | 205.49 | 66.21 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 96 | 0.10 | 0 | 0.58 | 0.11 | 70.08 | 0.7 | 0.63 |
| Hex | CD | E3 | 60 | A | 0 | 3A | B | 46 | 46 | 3F |
| Octal | 315 | 343 | 140 | 12 | 0 | 72 | 13 | 106 | 106 | 77 |
| Binary | 11001101 | 11100011 | 1100000 | 1010 | 0 | 111010 | 1011 | 1000110 | 1000110 | 111111 |
Color Harmonies of #CDE360
Complementary color
Monochromatic Colors of #CDE360
Black with #CDE360
Text Example
Text Example
White with #CDE360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE360; }
p { color: rgb(205,227,96); }
H1.HeaderClassName
{
color: #CDE360;
}
.AnyTagClassName
{
color: #CDE360;
}
</style>
background-color css
<style>
a { background-color: #CDE360; }
a { background-color: rgb(205,227,96); }
div.DivClassName
{
background-color: #CDE360;
}
.BgClassName
{
background-color: #CDE360;
}
</style>
border-color css
<style>
span { border-color: #CDE360; }
span { border-color: rgb(205,227,96); }
td.TdClassName
{
border-color: #CDE360;
}
.TagClassName
{
border-color: #CDE360;
}
</style>