Shades of Mindaro #CFF961
Tints of Mindaro #CFF961
RGB
CMYK
RGB Variations
Color information
#CFF961 (or 0xCFF961) is known color: Mindaro. HEX triplet: CF, F9 and 61. RGB value is (207,249,97). Sum of RGB (Red+Green+Blue) = 207+249+97=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 97 (38.28% from 255 or 17.54% from 553); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF961 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF961 is #30069E. Grayscale: #DBDBDB. Windows color (decimal): -3147423 or 6420943. OLE color: 6420943.
HSL color Cylindrical-coordinate representation of color #CFF961: hue angle of 76.58º 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 #CFF961 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 97 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.02 |
| HSL | 76.58º | 0.93% | 0.68% | - |
| HSV(B) | 76.58º | 0.61% | 0.98% | - |
| XYZ | 61.77 | 81.88 | 23.86 | - |
| YUV | 219.11 | 59.09 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 97 | 0.17 | 0 | 0.61 | 0.02 | 76.58 | 0.93 | 0.68 |
| Hex | CF | F9 | 61 | 11 | 0 | 3D | 2 | 4D | 5D | 44 |
| Octal | 317 | 371 | 141 | 21 | 0 | 75 | 2 | 115 | 135 | 104 |
| Binary | 11001111 | 11111001 | 1100001 | 10001 | 0 | 111101 | 10 | 1001101 | 1011101 | 1000100 |
Color Harmonies of #CFF961
Complementary color
Monochromatic Colors of #CFF961
Black with #CFF961
Text Example
Text Example
White with #CFF961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF961; }
p { color: rgb(207,249,97); }
H1.HeaderClassName
{
color: #CFF961;
}
.AnyTagClassName
{
color: #CFF961;
}
</style>
background-color css
<style>
a { background-color: #CFF961; }
a { background-color: rgb(207,249,97); }
div.DivClassName
{
background-color: #CFF961;
}
.BgClassName
{
background-color: #CFF961;
}
</style>
border-color css
<style>
span { border-color: #CFF961; }
span { border-color: rgb(207,249,97); }
td.TdClassName
{
border-color: #CFF961;
}
.TagClassName
{
border-color: #CFF961;
}
</style>