Shades of Mindaro #CDF859
Tints of Mindaro #CDF859
RGB
CMYK
RGB Variations
Color information
#CDF859 (or 0xCDF859) is known color: Mindaro. HEX triplet: CD, F8 and 59. RGB value is (205,248,89). Sum of RGB (Red+Green+Blue) = 205+248+89=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 248 (97.27% from 255 or 45.76% from 542); Blue value is 89 (35.16% from 255 or 16.42% from 542); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF859 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF859 is #3207A6. Grayscale: #D9D9D9. Windows color (decimal): -3278759 or 5896397. OLE color: 5896397.
HSL color Cylindrical-coordinate representation of color #CDF859: hue angle of 76.23º degrees, saturation: 0.92, 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 #CDF859 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 89 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.03 |
| HSL | 76.23º | 0.92% | 0.66% | - |
| HSV(B) | 76.23º | 0.64% | 0.97% | - |
| XYZ | 60.55 | 80.84 | 21.86 | - |
| YUV | 217.02 | 55.75 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 89 | 0.17 | 0 | 0.64 | 0.03 | 76.23 | 0.92 | 0.66 |
| Hex | CD | F8 | 59 | 11 | 0 | 40 | 3 | 4C | 5C | 42 |
| Octal | 315 | 370 | 131 | 21 | 0 | 100 | 3 | 114 | 134 | 102 |
| Binary | 11001101 | 11111000 | 1011001 | 10001 | 0 | 1000000 | 11 | 1001100 | 1011100 | 1000010 |
Color Harmonies of #CDF859
Complementary color
Monochromatic Colors of #CDF859
Black with #CDF859
Text Example
Text Example
White with #CDF859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF859; }
p { color: rgb(205,248,89); }
H1.HeaderClassName
{
color: #CDF859;
}
.AnyTagClassName
{
color: #CDF859;
}
</style>
background-color css
<style>
a { background-color: #CDF859; }
a { background-color: rgb(205,248,89); }
div.DivClassName
{
background-color: #CDF859;
}
.BgClassName
{
background-color: #CDF859;
}
</style>
border-color css
<style>
span { border-color: #CDF859; }
span { border-color: rgb(205,248,89); }
td.TdClassName
{
border-color: #CDF859;
}
.TagClassName
{
border-color: #CDF859;
}
</style>