Shades of Mindaro #CDE756
Tints of Mindaro #CDE756
RGB
CMYK
RGB Variations
Color information
#CDE756 (or 0xCDE756) is known color: Mindaro. HEX triplet: CD, E7 and 56. RGB value is (205,231,86). Sum of RGB (Red+Green+Blue) = 205+231+86=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 231 (90.62% from 255 or 44.25% from 522); Blue value is 86 (33.98% from 255 or 16.48% from 522); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE756 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE756 is #3218A9. Grayscale: #CFCFCF. Windows color (decimal): -3283114 or 5695437. OLE color: 5695437.
HSL color Cylindrical-coordinate representation of color #CDE756: hue angle of 70.76º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CDE756 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 231 | 86 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.09 |
| HSL | 70.76º | 0.75% | 0.62% | - |
| HSV(B) | 70.76º | 0.63% | 0.91% | - |
| XYZ | 55.43 | 70.8 | 19.55 | - |
| YUV | 206.7 | 59.89 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 86 | 0.11 | 0 | 0.63 | 0.09 | 70.76 | 0.75 | 0.62 |
| Hex | CD | E7 | 56 | B | 0 | 3F | 9 | 47 | 4B | 3E |
| Octal | 315 | 347 | 126 | 13 | 0 | 77 | 11 | 107 | 113 | 76 |
| Binary | 11001101 | 11100111 | 1010110 | 1011 | 0 | 111111 | 1001 | 1000111 | 1001011 | 111110 |
Color Harmonies of #CDE756
Complementary color
Monochromatic Colors of #CDE756
Black with #CDE756
Text Example
Text Example
White with #CDE756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE756; }
p { color: rgb(205,231,86); }
H1.HeaderClassName
{
color: #CDE756;
}
.AnyTagClassName
{
color: #CDE756;
}
</style>
background-color css
<style>
a { background-color: #CDE756; }
a { background-color: rgb(205,231,86); }
div.DivClassName
{
background-color: #CDE756;
}
.BgClassName
{
background-color: #CDE756;
}
</style>
border-color css
<style>
span { border-color: #CDE756; }
span { border-color: rgb(205,231,86); }
td.TdClassName
{
border-color: #CDE756;
}
.TagClassName
{
border-color: #CDE756;
}
</style>