Shades of Mindaro #C9E45F
Tints of Mindaro #C9E45F
RGB
CMYK
RGB Variations
Color information
#C9E45F (or 0xC9E45F) is known color: Mindaro. HEX triplet: C9, E4 and 5F. RGB value is (201,228,95). Sum of RGB (Red+Green+Blue) = 201+228+95=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 228 (89.45% from 255 or 43.51% from 524); Blue value is 95 (37.5% from 255 or 18.13% from 524); Max value from RGB is 228 - color contains mainly: green. Hex color #C9E45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9E45F is #361BA0. Grayscale: #CDCDCD. Windows color (decimal): -3546017 or 6284489. OLE color: 6284489.
HSL color Cylindrical-coordinate representation of color #C9E45F: hue angle of 72.18º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C9E45F is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 228 | 95 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.11 |
| HSL | 72.18º | 0.71% | 0.63% | - |
| HSV(B) | 72.18º | 0.58% | 0.89% | - |
| XYZ | 53.9 | 68.73 | 21.25 | - |
| YUV | 204.77 | 66.05 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 228 | 95 | 0.12 | 0 | 0.58 | 0.11 | 72.18 | 0.71 | 0.63 |
| Hex | C9 | E4 | 5F | C | 0 | 3A | B | 48 | 47 | 3F |
| Octal | 311 | 344 | 137 | 14 | 0 | 72 | 13 | 110 | 107 | 77 |
| Binary | 11001001 | 11100100 | 1011111 | 1100 | 0 | 111010 | 1011 | 1001000 | 1000111 | 111111 |
Color Harmonies of #C9E45F
Complementary color
Monochromatic Colors of #C9E45F
Black with #C9E45F
Text Example
Text Example
White with #C9E45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E45F; }
p { color: rgb(201,228,95); }
H1.HeaderClassName
{
color: #C9E45F;
}
.AnyTagClassName
{
color: #C9E45F;
}
</style>
background-color css
<style>
a { background-color: #C9E45F; }
a { background-color: rgb(201,228,95); }
div.DivClassName
{
background-color: #C9E45F;
}
.BgClassName
{
background-color: #C9E45F;
}
</style>
border-color css
<style>
span { border-color: #C9E45F; }
span { border-color: rgb(201,228,95); }
td.TdClassName
{
border-color: #C9E45F;
}
.TagClassName
{
border-color: #C9E45F;
}
</style>