Shades of Mindaro #C9E35E
Tints of Mindaro #C9E35E
RGB
CMYK
RGB Variations
Color information
#C9E35E (or 0xC9E35E) is known color: Mindaro. HEX triplet: C9, E3 and 5E. RGB value is (201,227,94). Sum of RGB (Red+Green+Blue) = 201+227+94=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 227 (89.06% from 255 or 43.49% from 522); Blue value is 94 (37.11% from 255 or 18.01% from 522); Max value from RGB is 227 - color contains mainly: green. Hex color #C9E35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9E35E is #361CA1. Grayscale: #CCCCCC. Windows color (decimal): -3546274 or 6218697. OLE color: 6218697.
HSL color Cylindrical-coordinate representation of color #C9E35E: hue angle of 71.73º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C9E35E is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 227 | 94 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.11 |
| HSL | 71.73º | 0.7% | 0.63% | - |
| HSV(B) | 71.73º | 0.59% | 0.89% | - |
| XYZ | 53.58 | 68.16 | 20.92 | - |
| YUV | 204.06 | 65.89 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 227 | 94 | 0.11 | 0 | 0.59 | 0.11 | 71.73 | 0.7 | 0.63 |
| Hex | C9 | E3 | 5E | B | 0 | 3B | B | 48 | 46 | 3F |
| Octal | 311 | 343 | 136 | 13 | 0 | 73 | 13 | 110 | 106 | 77 |
| Binary | 11001001 | 11100011 | 1011110 | 1011 | 0 | 111011 | 1011 | 1001000 | 1000110 | 111111 |
Color Harmonies of #C9E35E
Complementary color
Monochromatic Colors of #C9E35E
Black with #C9E35E
Text Example
Text Example
White with #C9E35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E35E; }
p { color: rgb(201,227,94); }
H1.HeaderClassName
{
color: #C9E35E;
}
.AnyTagClassName
{
color: #C9E35E;
}
</style>
background-color css
<style>
a { background-color: #C9E35E; }
a { background-color: rgb(201,227,94); }
div.DivClassName
{
background-color: #C9E35E;
}
.BgClassName
{
background-color: #C9E35E;
}
</style>
border-color css
<style>
span { border-color: #C9E35E; }
span { border-color: rgb(201,227,94); }
td.TdClassName
{
border-color: #C9E35E;
}
.TagClassName
{
border-color: #C9E35E;
}
</style>