Shades of Mindaro #CDF759
Tints of Mindaro #CDF759
RGB
CMYK
RGB Variations
Color information
#CDF759 (or 0xCDF759) is known color: Mindaro. HEX triplet: CD, F7 and 59. RGB value is (205,247,89). Sum of RGB (Red+Green+Blue) = 205+247+89=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 247 (96.88% from 255 or 45.66% from 541); Blue value is 89 (35.16% from 255 or 16.45% from 541); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF759 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF759 is #3208A6. Grayscale: #D9D9D9. Windows color (decimal): -3279015 or 5896141. OLE color: 5896141.
HSL color Cylindrical-coordinate representation of color #CDF759: hue angle of 75.95º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDF759 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 89 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.03 |
| HSL | 75.95º | 0.91% | 0.66% | - |
| HSV(B) | 75.95º | 0.64% | 0.97% | - |
| XYZ | 60.24 | 80.22 | 21.76 | - |
| YUV | 216.43 | 56.09 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 89 | 0.17 | 0 | 0.64 | 0.03 | 75.95 | 0.91 | 0.66 |
| Hex | CD | F7 | 59 | 11 | 0 | 40 | 3 | 4C | 5B | 42 |
| Octal | 315 | 367 | 131 | 21 | 0 | 100 | 3 | 114 | 133 | 102 |
| Binary | 11001101 | 11110111 | 1011001 | 10001 | 0 | 1000000 | 11 | 1001100 | 1011011 | 1000010 |
Color Harmonies of #CDF759
Complementary color
Monochromatic Colors of #CDF759
Black with #CDF759
Text Example
Text Example
White with #CDF759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF759; }
p { color: rgb(205,247,89); }
H1.HeaderClassName
{
color: #CDF759;
}
.AnyTagClassName
{
color: #CDF759;
}
</style>
background-color css
<style>
a { background-color: #CDF759; }
a { background-color: rgb(205,247,89); }
div.DivClassName
{
background-color: #CDF759;
}
.BgClassName
{
background-color: #CDF759;
}
</style>
border-color css
<style>
span { border-color: #CDF759; }
span { border-color: rgb(205,247,89); }
td.TdClassName
{
border-color: #CDF759;
}
.TagClassName
{
border-color: #CDF759;
}
</style>