Shades of Mindaro #CDE656
Tints of Mindaro #CDE656
RGB
CMYK
RGB Variations
Color information
#CDE656 (or 0xCDE656) is known color: Mindaro. HEX triplet: CD, E6 and 56. RGB value is (205,230,86). Sum of RGB (Red+Green+Blue) = 205+230+86=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 230 (90.23% from 255 or 44.15% from 521); Blue value is 86 (33.98% from 255 or 16.51% from 521); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE656 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE656 is #3219A9. Grayscale: #CECECE. Windows color (decimal): -3283370 or 5695181. OLE color: 5695181.
HSL color Cylindrical-coordinate representation of color #CDE656: hue angle of 70.42º 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 #CDE656 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 86 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.10 |
| HSL | 70.42º | 0.74% | 0.62% | - |
| HSV(B) | 70.42º | 0.63% | 0.9% | - |
| XYZ | 55.15 | 70.24 | 19.46 | - |
| YUV | 206.11 | 60.22 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 86 | 0.11 | 0 | 0.63 | 0.10 | 70.42 | 0.74 | 0.62 |
| Hex | CD | E6 | 56 | B | 0 | 3F | A | 46 | 4A | 3E |
| Octal | 315 | 346 | 126 | 13 | 0 | 77 | 12 | 106 | 112 | 76 |
| Binary | 11001101 | 11100110 | 1010110 | 1011 | 0 | 111111 | 1010 | 1000110 | 1001010 | 111110 |
Color Harmonies of #CDE656
Complementary color
Monochromatic Colors of #CDE656
Black with #CDE656
Text Example
Text Example
White with #CDE656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE656; }
p { color: rgb(205,230,86); }
H1.HeaderClassName
{
color: #CDE656;
}
.AnyTagClassName
{
color: #CDE656;
}
</style>
background-color css
<style>
a { background-color: #CDE656; }
a { background-color: rgb(205,230,86); }
div.DivClassName
{
background-color: #CDE656;
}
.BgClassName
{
background-color: #CDE656;
}
</style>
border-color css
<style>
span { border-color: #CDE656; }
span { border-color: rgb(205,230,86); }
td.TdClassName
{
border-color: #CDE656;
}
.TagClassName
{
border-color: #CDE656;
}
</style>