Shades of Mindaro #CDF656
Tints of Mindaro #CDF656
RGB
CMYK
RGB Variations
Color information
#CDF656 (or 0xCDF656) is known color: Mindaro. HEX triplet: CD, F6 and 56. RGB value is (205,246,86). Sum of RGB (Red+Green+Blue) = 205+246+86=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 246 (96.48% from 255 or 45.81% from 537); Blue value is 86 (33.98% from 255 or 16.01% from 537); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF656 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF656 is #3209A9. Grayscale: #D8D8D8. Windows color (decimal): -3279274 or 5699277. OLE color: 5699277.
HSL color Cylindrical-coordinate representation of color #CDF656: hue angle of 75.38º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CDF656 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 86 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.04 |
| HSL | 75.38º | 0.9% | 0.65% | - |
| HSV(B) | 75.38º | 0.65% | 0.96% | - |
| XYZ | 59.81 | 79.56 | 21.01 | - |
| YUV | 215.5 | 54.92 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 86 | 0.17 | 0 | 0.65 | 0.04 | 75.38 | 0.9 | 0.65 |
| Hex | CD | F6 | 56 | 11 | 0 | 41 | 4 | 4B | 5A | 41 |
| Octal | 315 | 366 | 126 | 21 | 0 | 101 | 4 | 113 | 132 | 101 |
| Binary | 11001101 | 11110110 | 1010110 | 10001 | 0 | 1000001 | 100 | 1001011 | 1011010 | 1000001 |
Color Harmonies of #CDF656
Complementary color
Monochromatic Colors of #CDF656
Black with #CDF656
Text Example
Text Example
White with #CDF656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF656; }
p { color: rgb(205,246,86); }
H1.HeaderClassName
{
color: #CDF656;
}
.AnyTagClassName
{
color: #CDF656;
}
</style>
background-color css
<style>
a { background-color: #CDF656; }
a { background-color: rgb(205,246,86); }
div.DivClassName
{
background-color: #CDF656;
}
.BgClassName
{
background-color: #CDF656;
}
</style>
border-color css
<style>
span { border-color: #CDF656; }
span { border-color: rgb(205,246,86); }
td.TdClassName
{
border-color: #CDF656;
}
.TagClassName
{
border-color: #CDF656;
}
</style>