Shades of Mindaro #CDF659
Tints of Mindaro #CDF659
RGB
CMYK
RGB Variations
Color information
#CDF659 (or 0xCDF659) is known color: Mindaro. HEX triplet: CD, F6 and 59. RGB value is (205,246,89). Sum of RGB (Red+Green+Blue) = 205+246+89=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 246 (96.48% from 255 or 45.56% from 540); Blue value is 89 (35.16% from 255 or 16.48% from 540); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF659 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF659 is #3209A6. Grayscale: #D8D8D8. Windows color (decimal): -3279271 or 5895885. OLE color: 5895885.
HSL color Cylindrical-coordinate representation of color #CDF659: hue angle of 75.67º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDF659 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 89 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.04 |
| HSL | 75.67º | 0.9% | 0.66% | - |
| HSV(B) | 75.67º | 0.64% | 0.96% | - |
| XYZ | 59.94 | 79.61 | 21.66 | - |
| YUV | 215.84 | 56.42 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 89 | 0.17 | 0 | 0.64 | 0.04 | 75.67 | 0.9 | 0.66 |
| Hex | CD | F6 | 59 | 11 | 0 | 40 | 4 | 4C | 5A | 42 |
| Octal | 315 | 366 | 131 | 21 | 0 | 100 | 4 | 114 | 132 | 102 |
| Binary | 11001101 | 11110110 | 1011001 | 10001 | 0 | 1000000 | 100 | 1001100 | 1011010 | 1000010 |
Color Harmonies of #CDF659
Complementary color
Monochromatic Colors of #CDF659
Black with #CDF659
Text Example
Text Example
White with #CDF659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF659; }
p { color: rgb(205,246,89); }
H1.HeaderClassName
{
color: #CDF659;
}
.AnyTagClassName
{
color: #CDF659;
}
</style>
background-color css
<style>
a { background-color: #CDF659; }
a { background-color: rgb(205,246,89); }
div.DivClassName
{
background-color: #CDF659;
}
.BgClassName
{
background-color: #CDF659;
}
</style>
border-color css
<style>
span { border-color: #CDF659; }
span { border-color: rgb(205,246,89); }
td.TdClassName
{
border-color: #CDF659;
}
.TagClassName
{
border-color: #CDF659;
}
</style>