Shades of Mindaro #C9E55F
Tints of Mindaro #C9E55F
RGB
CMYK
RGB Variations
Color information
#C9E55F (or 0xC9E55F) is known color: Mindaro. HEX triplet: C9, E5 and 5F. RGB value is (201,229,95). Sum of RGB (Red+Green+Blue) = 201+229+95=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 229 (89.84% from 255 or 43.62% from 525); Blue value is 95 (37.5% from 255 or 18.10% from 525); Max value from RGB is 229 - color contains mainly: green. Hex color #C9E55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9E55F is #361AA0. Grayscale: #CDCDCD. Windows color (decimal): -3545761 or 6284745. OLE color: 6284745.
HSL color Cylindrical-coordinate representation of color #C9E55F: hue angle of 72.54º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C9E55F is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 229 | 95 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.10 |
| HSL | 72.54º | 0.72% | 0.64% | - |
| HSV(B) | 72.54º | 0.59% | 0.9% | - |
| XYZ | 54.17 | 69.28 | 21.34 | - |
| YUV | 205.35 | 65.72 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 229 | 95 | 0.12 | 0 | 0.59 | 0.10 | 72.54 | 0.72 | 0.64 |
| Hex | C9 | E5 | 5F | C | 0 | 3B | A | 49 | 48 | 40 |
| Octal | 311 | 345 | 137 | 14 | 0 | 73 | 12 | 111 | 110 | 100 |
| Binary | 11001001 | 11100101 | 1011111 | 1100 | 0 | 111011 | 1010 | 1001001 | 1001000 | 1000000 |
Color Harmonies of #C9E55F
Complementary color
Monochromatic Colors of #C9E55F
Black with #C9E55F
Text Example
Text Example
White with #C9E55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E55F; }
p { color: rgb(201,229,95); }
H1.HeaderClassName
{
color: #C9E55F;
}
.AnyTagClassName
{
color: #C9E55F;
}
</style>
background-color css
<style>
a { background-color: #C9E55F; }
a { background-color: rgb(201,229,95); }
div.DivClassName
{
background-color: #C9E55F;
}
.BgClassName
{
background-color: #C9E55F;
}
</style>
border-color css
<style>
span { border-color: #C9E55F; }
span { border-color: rgb(201,229,95); }
td.TdClassName
{
border-color: #C9E55F;
}
.TagClassName
{
border-color: #C9E55F;
}
</style>