Shades of Mindaro #C9F961
Tints of Mindaro #C9F961
RGB
CMYK
RGB Variations
Color information
#C9F961 (or 0xC9F961) is known color: Mindaro. HEX triplet: C9, F9 and 61. RGB value is (201,249,97). Sum of RGB (Red+Green+Blue) = 201+249+97=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 97 (38.28% from 255 or 17.73% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #C9F961 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F961 is #36069E. Grayscale: #D9D9D9. Windows color (decimal): -3540639 or 6420937. OLE color: 6420937.
HSL color Cylindrical-coordinate representation of color #C9F961: hue angle of 78.95º 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 #C9F961 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 249 | 97 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.02 |
| HSL | 78.95º | 0.93% | 0.68% | - |
| HSV(B) | 78.95º | 0.61% | 0.98% | - |
| XYZ | 60.12 | 81.03 | 23.78 | - |
| YUV | 217.32 | 60.1 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 249 | 97 | 0.19 | 0 | 0.61 | 0.02 | 78.95 | 0.93 | 0.68 |
| Hex | C9 | F9 | 61 | 13 | 0 | 3D | 2 | 4F | 5D | 44 |
| Octal | 311 | 371 | 141 | 23 | 0 | 75 | 2 | 117 | 135 | 104 |
| Binary | 11001001 | 11111001 | 1100001 | 10011 | 0 | 111101 | 10 | 1001111 | 1011101 | 1000100 |
Color Harmonies of #C9F961
Complementary color
Monochromatic Colors of #C9F961
Black with #C9F961
Text Example
Text Example
White with #C9F961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F961; }
p { color: rgb(201,249,97); }
H1.HeaderClassName
{
color: #C9F961;
}
.AnyTagClassName
{
color: #C9F961;
}
</style>
background-color css
<style>
a { background-color: #C9F961; }
a { background-color: rgb(201,249,97); }
div.DivClassName
{
background-color: #C9F961;
}
.BgClassName
{
background-color: #C9F961;
}
</style>
border-color css
<style>
span { border-color: #C9F961; }
span { border-color: rgb(201,249,97); }
td.TdClassName
{
border-color: #C9F961;
}
.TagClassName
{
border-color: #C9F961;
}
</style>