Shades of Mindaro #CDE555
Tints of Mindaro #CDE555
RGB
CMYK
RGB Variations
Color information
#CDE555 (or 0xCDE555) is known color: Mindaro. HEX triplet: CD, E5 and 55. RGB value is (205,229,85). Sum of RGB (Red+Green+Blue) = 205+229+85=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 229 (89.84% from 255 or 44.12% from 519); Blue value is 85 (33.59% from 255 or 16.38% from 519); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE555 is #321AAA. Grayscale: #CDCDCD. Windows color (decimal): -3283627 or 5629389. OLE color: 5629389.
HSL color Cylindrical-coordinate representation of color #CDE555: hue angle of 70º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CDE555 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 85 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.10 |
| HSL | 70º | 0.73% | 0.62% | - |
| HSV(B) | 70º | 0.63% | 0.9% | - |
| XYZ | 54.84 | 69.67 | 19.15 | - |
| YUV | 205.41 | 60.05 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 85 | 0.10 | 0 | 0.63 | 0.10 | 70 | 0.73 | 0.62 |
| Hex | CD | E5 | 55 | A | 0 | 3F | A | 46 | 49 | 3E |
| Octal | 315 | 345 | 125 | 12 | 0 | 77 | 12 | 106 | 111 | 76 |
| Binary | 11001101 | 11100101 | 1010101 | 1010 | 0 | 111111 | 1010 | 1000110 | 1001001 | 111110 |
Color Harmonies of #CDE555
Complementary color
Monochromatic Colors of #CDE555
Black with #CDE555
Text Example
Text Example
White with #CDE555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE555; }
p { color: rgb(205,229,85); }
H1.HeaderClassName
{
color: #CDE555;
}
.AnyTagClassName
{
color: #CDE555;
}
</style>
background-color css
<style>
a { background-color: #CDE555; }
a { background-color: rgb(205,229,85); }
div.DivClassName
{
background-color: #CDE555;
}
.BgClassName
{
background-color: #CDE555;
}
</style>
border-color css
<style>
span { border-color: #CDE555; }
span { border-color: rgb(205,229,85); }
td.TdClassName
{
border-color: #CDE555;
}
.TagClassName
{
border-color: #CDE555;
}
</style>