Shades of Mantis #7CBF65
Tints of Mantis #7CBF65
RGB
CMYK
RGB Variations
Color information
#7CBF65 (or 0x7CBF65) is known color: Mantis. HEX triplet: 7C, BF and 65. RGB value is (124,191,101). Sum of RGB (Red+Green+Blue) = 124+191+101=416 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.81% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBF65 is #83409A. Grayscale: #A1A1A1. Windows color (decimal): -8601755 or 6668156. OLE color: 6668156.
HSL color Cylindrical-coordinate representation of color #7CBF65: hue angle of 104.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CBF65 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 191 | 101 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.25 |
| HSL | 104.67º | 0.41% | 0.57% | - |
| HSV(B) | 104.67º | 0.47% | 0.75% | - |
| XYZ | 29.29 | 42.49 | 18.97 | - |
| YUV | 160.71 | 94.3 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 191 | 101 | 0.35 | 0 | 0.47 | 0.25 | 104.67 | 0.41 | 0.57 |
| Hex | 7C | BF | 65 | 23 | 0 | 2F | 19 | 69 | 29 | 39 |
| Octal | 174 | 277 | 145 | 43 | 0 | 57 | 31 | 151 | 51 | 71 |
| Binary | 1111100 | 10111111 | 1100101 | 100011 | 0 | 101111 | 11001 | 1101001 | 101001 | 111001 |
Color Harmonies of #7CBF65
Complementary color
Monochromatic Colors of #7CBF65
Black with #7CBF65
Text Example
Text Example
White with #7CBF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBF65; }
p { color: rgb(124,191,101); }
H1.HeaderClassName
{
color: #7CBF65;
}
.AnyTagClassName
{
color: #7CBF65;
}
</style>
background-color css
<style>
a { background-color: #7CBF65; }
a { background-color: rgb(124,191,101); }
div.DivClassName
{
background-color: #7CBF65;
}
.BgClassName
{
background-color: #7CBF65;
}
</style>
border-color css
<style>
span { border-color: #7CBF65; }
span { border-color: rgb(124,191,101); }
td.TdClassName
{
border-color: #7CBF65;
}
.TagClassName
{
border-color: #7CBF65;
}
</style>