Shades of Mindaro #C7F65E
Tints of Mindaro #C7F65E
RGB
CMYK
RGB Variations
Color information
#C7F65E (or 0xC7F65E) is known color: Mindaro. HEX triplet: C7, F6 and 5E. RGB value is (199,246,94). Sum of RGB (Red+Green+Blue) = 199+246+94=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 246 (96.48% from 255 or 45.64% from 539); Blue value is 94 (37.11% from 255 or 17.44% from 539); Max value from RGB is 246 - color contains mainly: green. Hex color #C7F65E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F65E is #3809A1. Grayscale: #D7D7D7. Windows color (decimal): -3672482 or 6223559. OLE color: 6223559.
HSL color Cylindrical-coordinate representation of color #C7F65E: hue angle of 78.55º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7F65E is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 246 | 94 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.04 |
| HSL | 78.55º | 0.89% | 0.67% | - |
| HSV(B) | 78.55º | 0.62% | 0.96% | - |
| XYZ | 58.53 | 78.86 | 22.73 | - |
| YUV | 214.62 | 59.93 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 246 | 94 | 0.19 | 0 | 0.62 | 0.04 | 78.55 | 0.89 | 0.67 |
| Hex | C7 | F6 | 5E | 13 | 0 | 3E | 4 | 4F | 59 | 43 |
| Octal | 307 | 366 | 136 | 23 | 0 | 76 | 4 | 117 | 131 | 103 |
| Binary | 11000111 | 11110110 | 1011110 | 10011 | 0 | 111110 | 100 | 1001111 | 1011001 | 1000011 |
Color Harmonies of #C7F65E
Complementary color
Monochromatic Colors of #C7F65E
Black with #C7F65E
Text Example
Text Example
White with #C7F65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F65E; }
p { color: rgb(199,246,94); }
H1.HeaderClassName
{
color: #C7F65E;
}
.AnyTagClassName
{
color: #C7F65E;
}
</style>
background-color css
<style>
a { background-color: #C7F65E; }
a { background-color: rgb(199,246,94); }
div.DivClassName
{
background-color: #C7F65E;
}
.BgClassName
{
background-color: #C7F65E;
}
</style>
border-color css
<style>
span { border-color: #C7F65E; }
span { border-color: rgb(199,246,94); }
td.TdClassName
{
border-color: #C7F65E;
}
.TagClassName
{
border-color: #C7F65E;
}
</style>