Shades of Mindaro #C9EC6A
Tints of Mindaro #C9EC6A
RGB
CMYK
RGB Variations
Color information
#C9EC6A (or 0xC9EC6A) is known color: Mindaro. HEX triplet: C9, EC and 6A. RGB value is (201,236,106). Sum of RGB (Red+Green+Blue) = 201+236+106=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 106 (41.80% from 255 or 19.52% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #C9EC6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9EC6A is #361395. Grayscale: #D3D3D3. Windows color (decimal): -3543958 or 7007433. OLE color: 7007433.
HSL color Cylindrical-coordinate representation of color #C9EC6A: hue angle of 76.15º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C9EC6A is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 236 | 106 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.07 |
| HSL | 76.15º | 0.77% | 0.67% | - |
| HSV(B) | 76.15º | 0.55% | 0.93% | - |
| XYZ | 56.68 | 73.45 | 24.83 | - |
| YUV | 210.72 | 68.9 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 236 | 106 | 0.15 | 0 | 0.55 | 0.07 | 76.15 | 0.77 | 0.67 |
| Hex | C9 | EC | 6A | F | 0 | 37 | 7 | 4C | 4D | 43 |
| Octal | 311 | 354 | 152 | 17 | 0 | 67 | 7 | 114 | 115 | 103 |
| Binary | 11001001 | 11101100 | 1101010 | 1111 | 0 | 110111 | 111 | 1001100 | 1001101 | 1000011 |
Color Harmonies of #C9EC6A
Complementary color
Monochromatic Colors of #C9EC6A
Black with #C9EC6A
Text Example
Text Example
White with #C9EC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EC6A; }
p { color: rgb(201,236,106); }
H1.HeaderClassName
{
color: #C9EC6A;
}
.AnyTagClassName
{
color: #C9EC6A;
}
</style>
background-color css
<style>
a { background-color: #C9EC6A; }
a { background-color: rgb(201,236,106); }
div.DivClassName
{
background-color: #C9EC6A;
}
.BgClassName
{
background-color: #C9EC6A;
}
</style>
border-color css
<style>
span { border-color: #C9EC6A; }
span { border-color: rgb(201,236,106); }
td.TdClassName
{
border-color: #C9EC6A;
}
.TagClassName
{
border-color: #C9EC6A;
}
</style>