Shades of Mindaro #C9E261
Tints of Mindaro #C9E261
RGB
CMYK
RGB Variations
Color information
#C9E261 (or 0xC9E261) is known color: Mindaro. HEX triplet: C9, E2 and 61. RGB value is (201,226,97). Sum of RGB (Red+Green+Blue) = 201+226+97=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 226 (88.67% from 255 or 43.13% from 524); Blue value is 97 (38.28% from 255 or 18.51% from 524); Max value from RGB is 226 - color contains mainly: green. Hex color #C9E261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9E261 is #361D9E. Grayscale: #CCCCCC. Windows color (decimal): -3546527 or 6415049. OLE color: 6415049.
HSL color Cylindrical-coordinate representation of color #C9E261: hue angle of 71.63º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C9E261 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 226 | 97 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.11 |
| HSL | 71.63º | 0.69% | 0.63% | - |
| HSV(B) | 71.63º | 0.57% | 0.89% | - |
| XYZ | 53.44 | 67.67 | 21.55 | - |
| YUV | 203.82 | 67.72 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 226 | 97 | 0.11 | 0 | 0.57 | 0.11 | 71.63 | 0.69 | 0.63 |
| Hex | C9 | E2 | 61 | B | 0 | 39 | B | 48 | 45 | 3F |
| Octal | 311 | 342 | 141 | 13 | 0 | 71 | 13 | 110 | 105 | 77 |
| Binary | 11001001 | 11100010 | 1100001 | 1011 | 0 | 111001 | 1011 | 1001000 | 1000101 | 111111 |
Color Harmonies of #C9E261
Complementary color
Monochromatic Colors of #C9E261
Black with #C9E261
Text Example
Text Example
White with #C9E261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E261; }
p { color: rgb(201,226,97); }
H1.HeaderClassName
{
color: #C9E261;
}
.AnyTagClassName
{
color: #C9E261;
}
</style>
background-color css
<style>
a { background-color: #C9E261; }
a { background-color: rgb(201,226,97); }
div.DivClassName
{
background-color: #C9E261;
}
.BgClassName
{
background-color: #C9E261;
}
</style>
border-color css
<style>
span { border-color: #C9E261; }
span { border-color: rgb(201,226,97); }
td.TdClassName
{
border-color: #C9E261;
}
.TagClassName
{
border-color: #C9E261;
}
</style>