Shades of Mindaro #C5E365
Tints of Mindaro #C5E365
RGB
CMYK
RGB Variations
Color information
#C5E365 (or 0xC5E365) is known color: Mindaro. HEX triplet: C5, E3 and 65. RGB value is (197,227,101). Sum of RGB (Red+Green+Blue) = 197+227+101=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 227 (89.06% from 255 or 43.24% from 525); Blue value is 101 (39.84% from 255 or 19.24% from 525); Max value from RGB is 227 - color contains mainly: green. Hex color #C5E365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E365 is #3A1C9A. Grayscale: #CCCCCC. Windows color (decimal): -3808411 or 6677445. OLE color: 6677445.
HSL color Cylindrical-coordinate representation of color #C5E365: hue angle of 74.29º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5E365 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 227 | 101 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.11 |
| HSL | 74.29º | 0.69% | 0.64% | - |
| HSV(B) | 74.29º | 0.56% | 0.89% | - |
| XYZ | 52.84 | 67.75 | 22.6 | - |
| YUV | 203.67 | 70.06 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 227 | 101 | 0.13 | 0 | 0.56 | 0.11 | 74.29 | 0.69 | 0.64 |
| Hex | C5 | E3 | 65 | D | 0 | 38 | B | 4A | 45 | 40 |
| Octal | 305 | 343 | 145 | 15 | 0 | 70 | 13 | 112 | 105 | 100 |
| Binary | 11000101 | 11100011 | 1100101 | 1101 | 0 | 111000 | 1011 | 1001010 | 1000101 | 1000000 |
Color Harmonies of #C5E365
Complementary color
Monochromatic Colors of #C5E365
Black with #C5E365
Text Example
Text Example
White with #C5E365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E365; }
p { color: rgb(197,227,101); }
H1.HeaderClassName
{
color: #C5E365;
}
.AnyTagClassName
{
color: #C5E365;
}
</style>
background-color css
<style>
a { background-color: #C5E365; }
a { background-color: rgb(197,227,101); }
div.DivClassName
{
background-color: #C5E365;
}
.BgClassName
{
background-color: #C5E365;
}
</style>
border-color css
<style>
span { border-color: #C5E365; }
span { border-color: rgb(197,227,101); }
td.TdClassName
{
border-color: #C5E365;
}
.TagClassName
{
border-color: #C5E365;
}
</style>