Shades of Mantis #7BD95C
Tints of Mantis #7BD95C
RGB
CMYK
RGB Variations
Color information
#7BD95C (or 0x7BD95C) is known color: Mantis. HEX triplet: 7B, D9 and 5C. RGB value is (123,217,92). Sum of RGB (Red+Green+Blue) = 123+217+92=432 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.47% from 432); Green value is 217 (85.16% from 255 or 50.23% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 217 - color contains mainly: green. Hex color #7BD95C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BD95C is #8426A3. Grayscale: #AFAFAF. Windows color (decimal): -8660644 or 6084987. OLE color: 6084987.
HSL color Cylindrical-coordinate representation of color #7BD95C: hue angle of 105.12º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7BD95C is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 217 | 92 | - |
| CMYK | 0.43 | 0 | 0.58 | 0.15 |
| HSL | 105.12º | 0.62% | 0.61% | - |
| HSV(B) | 105.12º | 0.58% | 0.85% | - |
| XYZ | 34.91 | 54.61 | 18.83 | - |
| YUV | 174.64 | 81.36 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 217 | 92 | 0.43 | 0 | 0.58 | 0.15 | 105.12 | 0.62 | 0.61 |
| Hex | 7B | D9 | 5C | 2B | 0 | 3A | F | 69 | 3E | 3D |
| Octal | 173 | 331 | 134 | 53 | 0 | 72 | 17 | 151 | 76 | 75 |
| Binary | 1111011 | 11011001 | 1011100 | 101011 | 0 | 111010 | 1111 | 1101001 | 111110 | 111101 |
Color Harmonies of #7BD95C
Complementary color
Monochromatic Colors of #7BD95C
Black with #7BD95C
Text Example
Text Example
White with #7BD95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD95C; }
p { color: rgb(123,217,92); }
H1.HeaderClassName
{
color: #7BD95C;
}
.AnyTagClassName
{
color: #7BD95C;
}
</style>
background-color css
<style>
a { background-color: #7BD95C; }
a { background-color: rgb(123,217,92); }
div.DivClassName
{
background-color: #7BD95C;
}
.BgClassName
{
background-color: #7BD95C;
}
</style>
border-color css
<style>
span { border-color: #7BD95C; }
span { border-color: rgb(123,217,92); }
td.TdClassName
{
border-color: #7BD95C;
}
.TagClassName
{
border-color: #7BD95C;
}
</style>