Shades of Mindaro #C5E463
Tints of Mindaro #C5E463
RGB
CMYK
RGB Variations
Color information
#C5E463 (or 0xC5E463) is known color: Mindaro. HEX triplet: C5, E4 and 63. RGB value is (197,228,99). Sum of RGB (Red+Green+Blue) = 197+228+99=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 228 (89.45% from 255 or 43.51% from 524); Blue value is 99 (39.06% from 255 or 18.89% from 524); Max value from RGB is 228 - color contains mainly: green. Hex color #C5E463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E463 is #3A1B9C. Grayscale: #CCCCCC. Windows color (decimal): -3808157 or 6546629. OLE color: 6546629.
HSL color Cylindrical-coordinate representation of color #C5E463: hue angle of 74.42º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5E463 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 228 | 99 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.11 |
| HSL | 74.42º | 0.7% | 0.64% | - |
| HSV(B) | 74.42º | 0.57% | 0.89% | - |
| XYZ | 53.02 | 68.26 | 22.18 | - |
| YUV | 204.03 | 68.73 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 228 | 99 | 0.14 | 0 | 0.57 | 0.11 | 74.42 | 0.7 | 0.64 |
| Hex | C5 | E4 | 63 | E | 0 | 39 | B | 4A | 46 | 40 |
| Octal | 305 | 344 | 143 | 16 | 0 | 71 | 13 | 112 | 106 | 100 |
| Binary | 11000101 | 11100100 | 1100011 | 1110 | 0 | 111001 | 1011 | 1001010 | 1000110 | 1000000 |
Color Harmonies of #C5E463
Complementary color
Monochromatic Colors of #C5E463
Black with #C5E463
Text Example
Text Example
White with #C5E463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E463; }
p { color: rgb(197,228,99); }
H1.HeaderClassName
{
color: #C5E463;
}
.AnyTagClassName
{
color: #C5E463;
}
</style>
background-color css
<style>
a { background-color: #C5E463; }
a { background-color: rgb(197,228,99); }
div.DivClassName
{
background-color: #C5E463;
}
.BgClassName
{
background-color: #C5E463;
}
</style>
border-color css
<style>
span { border-color: #C5E463; }
span { border-color: rgb(197,228,99); }
td.TdClassName
{
border-color: #C5E463;
}
.TagClassName
{
border-color: #C5E463;
}
</style>