Shades of Mindaro #C7EA62
Tints of Mindaro #C7EA62
RGB
CMYK
RGB Variations
Color information
#C7EA62 (or 0xC7EA62) is known color: Mindaro. HEX triplet: C7, EA and 62. RGB value is (199,234,98). Sum of RGB (Red+Green+Blue) = 199+234+98=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 98 (38.67% from 255 or 18.46% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #C7EA62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7EA62 is #38159D. Grayscale: #D0D0D0. Windows color (decimal): -3675550 or 6482631. OLE color: 6482631.
HSL color Cylindrical-coordinate representation of color #C7EA62: hue angle of 75.44º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C7EA62 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 234 | 98 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.08 |
| HSL | 75.44º | 0.76% | 0.65% | - |
| HSV(B) | 75.44º | 0.58% | 0.92% | - |
| XYZ | 55.18 | 71.87 | 22.52 | - |
| YUV | 208.03 | 65.9 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 234 | 98 | 0.15 | 0 | 0.58 | 0.08 | 75.44 | 0.76 | 0.65 |
| Hex | C7 | EA | 62 | F | 0 | 3A | 8 | 4B | 4C | 41 |
| Octal | 307 | 352 | 142 | 17 | 0 | 72 | 10 | 113 | 114 | 101 |
| Binary | 11000111 | 11101010 | 1100010 | 1111 | 0 | 111010 | 1000 | 1001011 | 1001100 | 1000001 |
Color Harmonies of #C7EA62
Complementary color
Monochromatic Colors of #C7EA62
Black with #C7EA62
Text Example
Text Example
White with #C7EA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EA62; }
p { color: rgb(199,234,98); }
H1.HeaderClassName
{
color: #C7EA62;
}
.AnyTagClassName
{
color: #C7EA62;
}
</style>
background-color css
<style>
a { background-color: #C7EA62; }
a { background-color: rgb(199,234,98); }
div.DivClassName
{
background-color: #C7EA62;
}
.BgClassName
{
background-color: #C7EA62;
}
</style>
border-color css
<style>
span { border-color: #C7EA62; }
span { border-color: rgb(199,234,98); }
td.TdClassName
{
border-color: #C7EA62;
}
.TagClassName
{
border-color: #C7EA62;
}
</style>