Shades of Mindaro #CDE655
Tints of Mindaro #CDE655
RGB
CMYK
RGB Variations
Color information
#CDE655 (or 0xCDE655) is known color: Mindaro. HEX triplet: CD, E6 and 55. RGB value is (205,230,85). Sum of RGB (Red+Green+Blue) = 205+230+85=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 230 (90.23% from 255 or 44.23% from 520); Blue value is 85 (33.59% from 255 or 16.35% from 520); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE655 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE655 is #3219AA. Grayscale: #CECECE. Windows color (decimal): -3283371 or 5629645. OLE color: 5629645.
HSL color Cylindrical-coordinate representation of color #CDE655: hue angle of 70.34º degrees, saturation: 0.74, 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 #CDE655 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 85 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.10 |
| HSL | 70.34º | 0.74% | 0.62% | - |
| HSV(B) | 70.34º | 0.63% | 0.9% | - |
| XYZ | 55.11 | 70.23 | 19.25 | - |
| YUV | 206 | 59.72 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 85 | 0.11 | 0 | 0.63 | 0.10 | 70.34 | 0.74 | 0.62 |
| Hex | CD | E6 | 55 | B | 0 | 3F | A | 46 | 4A | 3E |
| Octal | 315 | 346 | 125 | 13 | 0 | 77 | 12 | 106 | 112 | 76 |
| Binary | 11001101 | 11100110 | 1010101 | 1011 | 0 | 111111 | 1010 | 1000110 | 1001010 | 111110 |
Color Harmonies of #CDE655
Complementary color
Monochromatic Colors of #CDE655
Black with #CDE655
Text Example
Text Example
White with #CDE655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE655; }
p { color: rgb(205,230,85); }
H1.HeaderClassName
{
color: #CDE655;
}
.AnyTagClassName
{
color: #CDE655;
}
</style>
background-color css
<style>
a { background-color: #CDE655; }
a { background-color: rgb(205,230,85); }
div.DivClassName
{
background-color: #CDE655;
}
.BgClassName
{
background-color: #CDE655;
}
</style>
border-color css
<style>
span { border-color: #CDE655; }
span { border-color: rgb(205,230,85); }
td.TdClassName
{
border-color: #CDE655;
}
.TagClassName
{
border-color: #CDE655;
}
</style>