Shades of Mindaro #C7E364
Tints of Mindaro #C7E364
RGB
CMYK
RGB Variations
Color information
#C7E364 (or 0xC7E364) is known color: Mindaro. HEX triplet: C7, E3 and 64. RGB value is (199,227,100). Sum of RGB (Red+Green+Blue) = 199+227+100=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 227 (89.06% from 255 or 43.16% from 526); Blue value is 100 (39.45% from 255 or 19.01% from 526); Max value from RGB is 227 - color contains mainly: green. Hex color #C7E364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7E364 is #381C9B. Grayscale: #CCCCCC. Windows color (decimal): -3677340 or 6611911. OLE color: 6611911.
HSL color Cylindrical-coordinate representation of color #C7E364: hue angle of 73.23º 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 #C7E364 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 227 | 100 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.11 |
| HSL | 73.23º | 0.69% | 0.64% | - |
| HSV(B) | 73.23º | 0.56% | 0.89% | - |
| XYZ | 53.32 | 68 | 22.37 | - |
| YUV | 204.15 | 69.22 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 227 | 100 | 0.12 | 0 | 0.56 | 0.11 | 73.23 | 0.69 | 0.64 |
| Hex | C7 | E3 | 64 | C | 0 | 38 | B | 49 | 45 | 40 |
| Octal | 307 | 343 | 144 | 14 | 0 | 70 | 13 | 111 | 105 | 100 |
| Binary | 11000111 | 11100011 | 1100100 | 1100 | 0 | 111000 | 1011 | 1001001 | 1000101 | 1000000 |
Color Harmonies of #C7E364
Complementary color
Monochromatic Colors of #C7E364
Black with #C7E364
Text Example
Text Example
White with #C7E364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E364; }
p { color: rgb(199,227,100); }
H1.HeaderClassName
{
color: #C7E364;
}
.AnyTagClassName
{
color: #C7E364;
}
</style>
background-color css
<style>
a { background-color: #C7E364; }
a { background-color: rgb(199,227,100); }
div.DivClassName
{
background-color: #C7E364;
}
.BgClassName
{
background-color: #C7E364;
}
</style>
border-color css
<style>
span { border-color: #C7E364; }
span { border-color: rgb(199,227,100); }
td.TdClassName
{
border-color: #C7E364;
}
.TagClassName
{
border-color: #C7E364;
}
</style>