Shades of Mindaro #C9E85B
Tints of Mindaro #C9E85B
RGB
CMYK
RGB Variations
Color information
#C9E85B (or 0xC9E85B) is known color: Mindaro. HEX triplet: C9, E8 and 5B. RGB value is (201,232,91). Sum of RGB (Red+Green+Blue) = 201+232+91=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 232 (91.02% from 255 or 44.27% from 524); Blue value is 91 (35.94% from 255 or 17.37% from 524); Max value from RGB is 232 - color contains mainly: green. Hex color #C9E85B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9E85B is #3617A4. Grayscale: #CFCFCF. Windows color (decimal): -3544997 or 6023369. OLE color: 6023369.
HSL color Cylindrical-coordinate representation of color #C9E85B: hue angle of 73.19º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C9E85B is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 232 | 91 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.09 |
| HSL | 73.19º | 0.75% | 0.63% | - |
| HSV(B) | 73.19º | 0.61% | 0.91% | - |
| XYZ | 54.83 | 70.89 | 20.69 | - |
| YUV | 206.66 | 62.73 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 232 | 91 | 0.13 | 0 | 0.61 | 0.09 | 73.19 | 0.75 | 0.63 |
| Hex | C9 | E8 | 5B | D | 0 | 3D | 9 | 49 | 4B | 3F |
| Octal | 311 | 350 | 133 | 15 | 0 | 75 | 11 | 111 | 113 | 77 |
| Binary | 11001001 | 11101000 | 1011011 | 1101 | 0 | 111101 | 1001 | 1001001 | 1001011 | 111111 |
Color Harmonies of #C9E85B
Complementary color
Monochromatic Colors of #C9E85B
Black with #C9E85B
Text Example
Text Example
White with #C9E85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E85B; }
p { color: rgb(201,232,91); }
H1.HeaderClassName
{
color: #C9E85B;
}
.AnyTagClassName
{
color: #C9E85B;
}
</style>
background-color css
<style>
a { background-color: #C9E85B; }
a { background-color: rgb(201,232,91); }
div.DivClassName
{
background-color: #C9E85B;
}
.BgClassName
{
background-color: #C9E85B;
}
</style>
border-color css
<style>
span { border-color: #C9E85B; }
span { border-color: rgb(201,232,91); }
td.TdClassName
{
border-color: #C9E85B;
}
.TagClassName
{
border-color: #C9E85B;
}
</style>