Shades of Mindaro #CFF960
Tints of Mindaro #CFF960
RGB
CMYK
RGB Variations
Color information
#CFF960 (or 0xCFF960) is known color: Mindaro. HEX triplet: CF, F9 and 60. RGB value is (207,249,96). Sum of RGB (Red+Green+Blue) = 207+249+96=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 249 (97.66% from 255 or 45.11% from 552); Blue value is 96 (37.89% from 255 or 17.39% from 552); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF960 is #30069F. Grayscale: #DBDBDB. Windows color (decimal): -3147424 or 6355407. OLE color: 6355407.
HSL color Cylindrical-coordinate representation of color #CFF960: hue angle of 76.47º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFF960 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 96 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.02 |
| HSL | 76.47º | 0.93% | 0.68% | - |
| HSV(B) | 76.47º | 0.61% | 0.98% | - |
| XYZ | 61.72 | 81.86 | 23.61 | - |
| YUV | 219 | 58.59 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 96 | 0.17 | 0 | 0.61 | 0.02 | 76.47 | 0.93 | 0.68 |
| Hex | CF | F9 | 60 | 11 | 0 | 3D | 2 | 4C | 5D | 44 |
| Octal | 317 | 371 | 140 | 21 | 0 | 75 | 2 | 114 | 135 | 104 |
| Binary | 11001111 | 11111001 | 1100000 | 10001 | 0 | 111101 | 10 | 1001100 | 1011101 | 1000100 |
Color Harmonies of #CFF960
Complementary color
Monochromatic Colors of #CFF960
Black with #CFF960
Text Example
Text Example
White with #CFF960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF960; }
p { color: rgb(207,249,96); }
H1.HeaderClassName
{
color: #CFF960;
}
.AnyTagClassName
{
color: #CFF960;
}
</style>
background-color css
<style>
a { background-color: #CFF960; }
a { background-color: rgb(207,249,96); }
div.DivClassName
{
background-color: #CFF960;
}
.BgClassName
{
background-color: #CFF960;
}
</style>
border-color css
<style>
span { border-color: #CFF960; }
span { border-color: rgb(207,249,96); }
td.TdClassName
{
border-color: #CFF960;
}
.TagClassName
{
border-color: #CFF960;
}
</style>