Shades of Mindaro #CFF959
Tints of Mindaro #CFF959
RGB
CMYK
RGB Variations
Color information
#CFF959 (or 0xCFF959) is known color: Mindaro. HEX triplet: CF, F9 and 59. RGB value is (207,249,89). Sum of RGB (Red+Green+Blue) = 207+249+89=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 89 (35.16% from 255 or 16.33% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF959 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF959 is #3006A6. Grayscale: #DADADA. Windows color (decimal): -3147431 or 5896655. OLE color: 5896655.
HSL color Cylindrical-coordinate representation of color #CFF959: hue angle of 75.75º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFF959 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 89 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.02 |
| HSL | 75.75º | 0.93% | 0.66% | - |
| HSV(B) | 75.75º | 0.64% | 0.98% | - |
| XYZ | 61.41 | 81.74 | 21.99 | - |
| YUV | 218.2 | 55.09 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 89 | 0.17 | 0 | 0.64 | 0.02 | 75.75 | 0.93 | 0.66 |
| Hex | CF | F9 | 59 | 11 | 0 | 40 | 2 | 4C | 5D | 42 |
| Octal | 317 | 371 | 131 | 21 | 0 | 100 | 2 | 114 | 135 | 102 |
| Binary | 11001111 | 11111001 | 1011001 | 10001 | 0 | 1000000 | 10 | 1001100 | 1011101 | 1000010 |
Color Harmonies of #CFF959
Complementary color
Monochromatic Colors of #CFF959
Black with #CFF959
Text Example
Text Example
White with #CFF959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF959; }
p { color: rgb(207,249,89); }
H1.HeaderClassName
{
color: #CFF959;
}
.AnyTagClassName
{
color: #CFF959;
}
</style>
background-color css
<style>
a { background-color: #CFF959; }
a { background-color: rgb(207,249,89); }
div.DivClassName
{
background-color: #CFF959;
}
.BgClassName
{
background-color: #CFF959;
}
</style>
border-color css
<style>
span { border-color: #CFF959; }
span { border-color: rgb(207,249,89); }
td.TdClassName
{
border-color: #CFF959;
}
.TagClassName
{
border-color: #CFF959;
}
</style>