Shades of Mantis #7BD65C
Tints of Mantis #7BD65C
RGB
CMYK
RGB Variations
Color information
#7BD65C (or 0x7BD65C) is known color: Mantis. HEX triplet: 7B, D6 and 5C. RGB value is (123,214,92). Sum of RGB (Red+Green+Blue) = 123+214+92=429 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.67% from 429); Green value is 214 (83.98% from 255 or 49.88% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 214 - color contains mainly: green. Hex color #7BD65C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BD65C is #8429A3. Grayscale: #ADADAD. Windows color (decimal): -8661412 or 6084219. OLE color: 6084219.
HSL color Cylindrical-coordinate representation of color #7BD65C: hue angle of 104.75º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7BD65C is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 123 | 214 | 92 | - |
| CMYK | 0.43 | 0 | 0.57 | 0.16 |
| HSL | 104.75º | 0.6% | 0.6% | - |
| HSV(B) | 104.75º | 0.57% | 0.84% | - |
| XYZ | 34.15 | 53.08 | 18.57 | - |
| YUV | 172.88 | 82.35 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 214 | 92 | 0.43 | 0 | 0.57 | 0.16 | 104.75 | 0.6 | 0.6 |
| Hex | 7B | D6 | 5C | 2B | 0 | 39 | 10 | 69 | 3C | 3C |
| Octal | 173 | 326 | 134 | 53 | 0 | 71 | 20 | 151 | 74 | 74 |
| Binary | 1111011 | 11010110 | 1011100 | 101011 | 0 | 111001 | 10000 | 1101001 | 111100 | 111100 |
Color Harmonies of #7BD65C
Complementary color
Monochromatic Colors of #7BD65C
Black with #7BD65C
Text Example
Text Example
White with #7BD65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD65C; }
p { color: rgb(123,214,92); }
H1.HeaderClassName
{
color: #7BD65C;
}
.AnyTagClassName
{
color: #7BD65C;
}
</style>
background-color css
<style>
a { background-color: #7BD65C; }
a { background-color: rgb(123,214,92); }
div.DivClassName
{
background-color: #7BD65C;
}
.BgClassName
{
background-color: #7BD65C;
}
</style>
border-color css
<style>
span { border-color: #7BD65C; }
span { border-color: rgb(123,214,92); }
td.TdClassName
{
border-color: #7BD65C;
}
.TagClassName
{
border-color: #7BD65C;
}
</style>