Shades of Mindaro #CFFF59
Tints of Mindaro #CFFF59
RGB
CMYK
RGB Variations
Color information
#CFFF59 (or 0xCFFF59) is known color: Mindaro. HEX triplet: CF, FF and 59. RGB value is (207,255,89). Sum of RGB (Red+Green+Blue) = 207+255+89=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 89 (35.16% from 255 or 16.15% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFF59 is #3000A6. Grayscale: #DEDEDE. Windows color (decimal): -3145895 or 5898191. OLE color: 5898191.
HSL color Cylindrical-coordinate representation of color #CFFF59: hue angle of 77.35º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFFF59 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 89 | - |
| CMYK | 0.19 | 0 | 0.65 | 0 |
| HSL | 77.35º | 1% | 0.67% | - |
| HSV(B) | 77.35º | 0.65% | 1% | - |
| XYZ | 63.3 | 85.51 | 22.62 | - |
| YUV | 221.72 | 53.1 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 89 | 0.19 | 0 | 0.65 | 0 | 77.35 | 1 | 0.67 |
| Hex | CF | FF | 59 | 13 | 0 | 41 | 0 | 4D | 64 | 43 |
| Octal | 317 | 377 | 131 | 23 | 0 | 101 | 0 | 115 | 144 | 103 |
| Binary | 11001111 | 11111111 | 1011001 | 10011 | 0 | 1000001 | 0 | 1001101 | 1100100 | 1000011 |
Color Harmonies of #CFFF59
Complementary color
Monochromatic Colors of #CFFF59
Black with #CFFF59
Text Example
Text Example
White with #CFFF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF59; }
p { color: rgb(207,255,89); }
H1.HeaderClassName
{
color: #CFFF59;
}
.AnyTagClassName
{
color: #CFFF59;
}
</style>
background-color css
<style>
a { background-color: #CFFF59; }
a { background-color: rgb(207,255,89); }
div.DivClassName
{
background-color: #CFFF59;
}
.BgClassName
{
background-color: #CFFF59;
}
</style>
border-color css
<style>
span { border-color: #CFFF59; }
span { border-color: rgb(207,255,89); }
td.TdClassName
{
border-color: #CFFF59;
}
.TagClassName
{
border-color: #CFFF59;
}
</style>