Shades of Mindaro #CFF859
Tints of Mindaro #CFF859
RGB
CMYK
RGB Variations
Color information
#CFF859 (or 0xCFF859) is known color: Mindaro. HEX triplet: CF, F8 and 59. RGB value is (207,248,89). Sum of RGB (Red+Green+Blue) = 207+248+89=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 248 (97.27% from 255 or 45.59% from 544); Blue value is 89 (35.16% from 255 or 16.36% from 544); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF859 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF859 is #3007A6. Grayscale: #DADADA. Windows color (decimal): -3147687 or 5896399. OLE color: 5896399.
HSL color Cylindrical-coordinate representation of color #CFF859: hue angle of 75.47º 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 #CFF859 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 89 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.03 |
| HSL | 75.47º | 0.92% | 0.66% | - |
| HSV(B) | 75.47º | 0.64% | 0.97% | - |
| XYZ | 61.1 | 81.12 | 21.89 | - |
| YUV | 217.62 | 55.42 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 89 | 0.17 | 0 | 0.64 | 0.03 | 75.47 | 0.92 | 0.66 |
| Hex | CF | F8 | 59 | 11 | 0 | 40 | 3 | 4B | 5C | 42 |
| Octal | 317 | 370 | 131 | 21 | 0 | 100 | 3 | 113 | 134 | 102 |
| Binary | 11001111 | 11111000 | 1011001 | 10001 | 0 | 1000000 | 11 | 1001011 | 1011100 | 1000010 |
Color Harmonies of #CFF859
Complementary color
Monochromatic Colors of #CFF859
Black with #CFF859
Text Example
Text Example
White with #CFF859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF859; }
p { color: rgb(207,248,89); }
H1.HeaderClassName
{
color: #CFF859;
}
.AnyTagClassName
{
color: #CFF859;
}
</style>
background-color css
<style>
a { background-color: #CFF859; }
a { background-color: rgb(207,248,89); }
div.DivClassName
{
background-color: #CFF859;
}
.BgClassName
{
background-color: #CFF859;
}
</style>
border-color css
<style>
span { border-color: #CFF859; }
span { border-color: rgb(207,248,89); }
td.TdClassName
{
border-color: #CFF859;
}
.TagClassName
{
border-color: #CFF859;
}
</style>