Shades of Mindaro #C7F55E
Tints of Mindaro #C7F55E
RGB
CMYK
RGB Variations
Color information
#C7F55E (or 0xC7F55E) is known color: Mindaro. HEX triplet: C7, F5 and 5E. RGB value is (199,245,94). Sum of RGB (Red+Green+Blue) = 199+245+94=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 245 (96.09% from 255 or 45.54% from 538); Blue value is 94 (37.11% from 255 or 17.47% from 538); Max value from RGB is 245 - color contains mainly: green. Hex color #C7F55E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F55E is #380AA1. Grayscale: #D6D6D6. Windows color (decimal): -3672738 or 6223303. OLE color: 6223303.
HSL color Cylindrical-coordinate representation of color #C7F55E: hue angle of 78.28º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7F55E is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 245 | 94 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.04 |
| HSL | 78.28º | 0.88% | 0.66% | - |
| HSV(B) | 78.28º | 0.62% | 0.96% | - |
| XYZ | 58.23 | 78.26 | 22.63 | - |
| YUV | 214.03 | 60.26 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 245 | 94 | 0.19 | 0 | 0.62 | 0.04 | 78.28 | 0.88 | 0.66 |
| Hex | C7 | F5 | 5E | 13 | 0 | 3E | 4 | 4E | 58 | 42 |
| Octal | 307 | 365 | 136 | 23 | 0 | 76 | 4 | 116 | 130 | 102 |
| Binary | 11000111 | 11110101 | 1011110 | 10011 | 0 | 111110 | 100 | 1001110 | 1011000 | 1000010 |
Color Harmonies of #C7F55E
Complementary color
Monochromatic Colors of #C7F55E
Black with #C7F55E
Text Example
Text Example
White with #C7F55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F55E; }
p { color: rgb(199,245,94); }
H1.HeaderClassName
{
color: #C7F55E;
}
.AnyTagClassName
{
color: #C7F55E;
}
</style>
background-color css
<style>
a { background-color: #C7F55E; }
a { background-color: rgb(199,245,94); }
div.DivClassName
{
background-color: #C7F55E;
}
.BgClassName
{
background-color: #C7F55E;
}
</style>
border-color css
<style>
span { border-color: #C7F55E; }
span { border-color: rgb(199,245,94); }
td.TdClassName
{
border-color: #C7F55E;
}
.TagClassName
{
border-color: #C7F55E;
}
</style>