Shades of Mindaro #C7E36A
Tints of Mindaro #C7E36A
RGB
CMYK
RGB Variations
Color information
#C7E36A (or 0xC7E36A) is known color: Mindaro. HEX triplet: C7, E3 and 6A. RGB value is (199,227,106). Sum of RGB (Red+Green+Blue) = 199+227+106=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 227 (89.06% from 255 or 42.67% from 532); Blue value is 106 (41.80% from 255 or 19.92% from 532); Max value from RGB is 227 - color contains mainly: green. Hex color #C7E36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7E36A is #381C95. Grayscale: #CDCDCD. Windows color (decimal): -3677334 or 7005127. OLE color: 7005127.
HSL color Cylindrical-coordinate representation of color #C7E36A: hue angle of 73.88º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C7E36A is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 227 | 106 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.11 |
| HSL | 73.88º | 0.68% | 0.65% | - |
| HSV(B) | 73.88º | 0.53% | 0.89% | - |
| XYZ | 53.62 | 68.12 | 23.96 | - |
| YUV | 204.83 | 72.22 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 227 | 106 | 0.12 | 0 | 0.53 | 0.11 | 73.88 | 0.68 | 0.65 |
| Hex | C7 | E3 | 6A | C | 0 | 35 | B | 4A | 44 | 41 |
| Octal | 307 | 343 | 152 | 14 | 0 | 65 | 13 | 112 | 104 | 101 |
| Binary | 11000111 | 11100011 | 1101010 | 1100 | 0 | 110101 | 1011 | 1001010 | 1000100 | 1000001 |
Color Harmonies of #C7E36A
Complementary color
Monochromatic Colors of #C7E36A
Black with #C7E36A
Text Example
Text Example
White with #C7E36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E36A; }
p { color: rgb(199,227,106); }
H1.HeaderClassName
{
color: #C7E36A;
}
.AnyTagClassName
{
color: #C7E36A;
}
</style>
background-color css
<style>
a { background-color: #C7E36A; }
a { background-color: rgb(199,227,106); }
div.DivClassName
{
background-color: #C7E36A;
}
.BgClassName
{
background-color: #C7E36A;
}
</style>
border-color css
<style>
span { border-color: #C7E36A; }
span { border-color: rgb(199,227,106); }
td.TdClassName
{
border-color: #C7E36A;
}
.TagClassName
{
border-color: #C7E36A;
}
</style>