Shades of Mindaro #C9EC5A
Tints of Mindaro #C9EC5A
RGB
CMYK
RGB Variations
Color information
#C9EC5A (or 0xC9EC5A) is known color: Mindaro. HEX triplet: C9, EC and 5A. RGB value is (201,236,90). Sum of RGB (Red+Green+Blue) = 201+236+90=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 90 (35.55% from 255 or 17.08% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #C9EC5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9EC5A is #3613A5. Grayscale: #D1D1D1. Windows color (decimal): -3543974 or 5958857. OLE color: 5958857.
HSL color Cylindrical-coordinate representation of color #C9EC5A: hue angle of 74.38º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9EC5A is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 236 | 90 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.07 |
| HSL | 74.38º | 0.79% | 0.64% | - |
| HSV(B) | 74.38º | 0.62% | 0.93% | - |
| XYZ | 55.93 | 73.15 | 20.84 | - |
| YUV | 208.89 | 60.9 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 236 | 90 | 0.15 | 0 | 0.62 | 0.07 | 74.38 | 0.79 | 0.64 |
| Hex | C9 | EC | 5A | F | 0 | 3E | 7 | 4A | 4F | 40 |
| Octal | 311 | 354 | 132 | 17 | 0 | 76 | 7 | 112 | 117 | 100 |
| Binary | 11001001 | 11101100 | 1011010 | 1111 | 0 | 111110 | 111 | 1001010 | 1001111 | 1000000 |
Color Harmonies of #C9EC5A
Complementary color
Monochromatic Colors of #C9EC5A
Black with #C9EC5A
Text Example
Text Example
White with #C9EC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EC5A; }
p { color: rgb(201,236,90); }
H1.HeaderClassName
{
color: #C9EC5A;
}
.AnyTagClassName
{
color: #C9EC5A;
}
</style>
background-color css
<style>
a { background-color: #C9EC5A; }
a { background-color: rgb(201,236,90); }
div.DivClassName
{
background-color: #C9EC5A;
}
.BgClassName
{
background-color: #C9EC5A;
}
</style>
border-color css
<style>
span { border-color: #C9EC5A; }
span { border-color: rgb(201,236,90); }
td.TdClassName
{
border-color: #C9EC5A;
}
.TagClassName
{
border-color: #C9EC5A;
}
</style>