Shades of Mindaro #C9F760
Tints of Mindaro #C9F760
RGB
CMYK
RGB Variations
Color information
#C9F760 (or 0xC9F760) is known color: Mindaro. HEX triplet: C9, F7 and 60. RGB value is (201,247,96). Sum of RGB (Red+Green+Blue) = 201+247+96=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 247 (96.88% from 255 or 45.40% from 544); Blue value is 96 (37.89% from 255 or 17.65% from 544); Max value from RGB is 247 - color contains mainly: green. Hex color #C9F760 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F760 is #36089F. Grayscale: #D8D8D8. Windows color (decimal): -3541152 or 6354889. OLE color: 6354889.
HSL color Cylindrical-coordinate representation of color #C9F760: hue angle of 78.28º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C9F760 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 247 | 96 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.03 |
| HSL | 78.28º | 0.9% | 0.67% | - |
| HSV(B) | 78.28º | 0.61% | 0.97% | - |
| XYZ | 59.46 | 79.78 | 23.33 | - |
| YUV | 216.03 | 60.26 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 247 | 96 | 0.19 | 0 | 0.61 | 0.03 | 78.28 | 0.9 | 0.67 |
| Hex | C9 | F7 | 60 | 13 | 0 | 3D | 3 | 4E | 5A | 43 |
| Octal | 311 | 367 | 140 | 23 | 0 | 75 | 3 | 116 | 132 | 103 |
| Binary | 11001001 | 11110111 | 1100000 | 10011 | 0 | 111101 | 11 | 1001110 | 1011010 | 1000011 |
Color Harmonies of #C9F760
Complementary color
Monochromatic Colors of #C9F760
Black with #C9F760
Text Example
Text Example
White with #C9F760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F760; }
p { color: rgb(201,247,96); }
H1.HeaderClassName
{
color: #C9F760;
}
.AnyTagClassName
{
color: #C9F760;
}
</style>
background-color css
<style>
a { background-color: #C9F760; }
a { background-color: rgb(201,247,96); }
div.DivClassName
{
background-color: #C9F760;
}
.BgClassName
{
background-color: #C9F760;
}
</style>
border-color css
<style>
span { border-color: #C9F760; }
span { border-color: rgb(201,247,96); }
td.TdClassName
{
border-color: #C9F760;
}
.TagClassName
{
border-color: #C9F760;
}
</style>