Shades of Mindaro #C9E15F
Tints of Mindaro #C9E15F
RGB
CMYK
RGB Variations
Color information
#C9E15F (or 0xC9E15F) is known color: Mindaro. HEX triplet: C9, E1 and 5F. RGB value is (201,225,95). Sum of RGB (Red+Green+Blue) = 201+225+95=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 95 (37.5% from 255 or 18.23% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #C9E15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9E15F is #361EA0. Grayscale: #CBCBCB. Windows color (decimal): -3546785 or 6283721. OLE color: 6283721.
HSL color Cylindrical-coordinate representation of color #C9E15F: hue angle of 71.08º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C9E15F is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 225 | 95 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.12 |
| HSL | 71.08º | 0.68% | 0.63% | - |
| HSV(B) | 71.08º | 0.58% | 0.88% | - |
| XYZ | 53.08 | 67.09 | 20.98 | - |
| YUV | 203 | 67.05 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 225 | 95 | 0.11 | 0 | 0.58 | 0.12 | 71.08 | 0.68 | 0.63 |
| Hex | C9 | E1 | 5F | B | 0 | 3A | C | 47 | 44 | 3F |
| Octal | 311 | 341 | 137 | 13 | 0 | 72 | 14 | 107 | 104 | 77 |
| Binary | 11001001 | 11100001 | 1011111 | 1011 | 0 | 111010 | 1100 | 1000111 | 1000100 | 111111 |
Color Harmonies of #C9E15F
Complementary color
Monochromatic Colors of #C9E15F
Black with #C9E15F
Text Example
Text Example
White with #C9E15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E15F; }
p { color: rgb(201,225,95); }
H1.HeaderClassName
{
color: #C9E15F;
}
.AnyTagClassName
{
color: #C9E15F;
}
</style>
background-color css
<style>
a { background-color: #C9E15F; }
a { background-color: rgb(201,225,95); }
div.DivClassName
{
background-color: #C9E15F;
}
.BgClassName
{
background-color: #C9E15F;
}
</style>
border-color css
<style>
span { border-color: #C9E15F; }
span { border-color: rgb(201,225,95); }
td.TdClassName
{
border-color: #C9E15F;
}
.TagClassName
{
border-color: #C9E15F;
}
</style>