Shades of Mantis #7BDE4A
Tints of Mantis #7BDE4A
RGB
CMYK
RGB Variations
Color information
#7BDE4A (or 0x7BDE4A) is known color: Mantis. HEX triplet: 7B, DE and 4A. RGB value is (123,222,74). Sum of RGB (Red+Green+Blue) = 123+222+74=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 222 (87.11% from 255 or 52.98% from 419); Blue value is 74 (29.30% from 255 or 17.66% from 419); Max value from RGB is 222 - color contains mainly: green. Hex color #7BDE4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BDE4A is #8421B5. Grayscale: #B0B0B0. Windows color (decimal): -8659382 or 4906619. OLE color: 4906619.
HSL color Cylindrical-coordinate representation of color #7BDE4A: hue angle of 100.14º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7BDE4A is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 222 | 74 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.13 |
| HSL | 100.14º | 0.69% | 0.58% | - |
| HSV(B) | 100.14º | 0.67% | 0.87% | - |
| XYZ | 35.53 | 56.95 | 15.6 | - |
| YUV | 175.53 | 70.7 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 222 | 74 | 0.45 | 0 | 0.67 | 0.13 | 100.14 | 0.69 | 0.58 |
| Hex | 7B | DE | 4A | 2D | 0 | 43 | D | 64 | 45 | 3A |
| Octal | 173 | 336 | 112 | 55 | 0 | 103 | 15 | 144 | 105 | 72 |
| Binary | 1111011 | 11011110 | 1001010 | 101101 | 0 | 1000011 | 1101 | 1100100 | 1000101 | 111010 |
Color Harmonies of #7BDE4A
Complementary color
Monochromatic Colors of #7BDE4A
Black with #7BDE4A
Text Example
Text Example
White with #7BDE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDE4A; }
p { color: rgb(123,222,74); }
H1.HeaderClassName
{
color: #7BDE4A;
}
.AnyTagClassName
{
color: #7BDE4A;
}
</style>
background-color css
<style>
a { background-color: #7BDE4A; }
a { background-color: rgb(123,222,74); }
div.DivClassName
{
background-color: #7BDE4A;
}
.BgClassName
{
background-color: #7BDE4A;
}
</style>
border-color css
<style>
span { border-color: #7BDE4A; }
span { border-color: rgb(123,222,74); }
td.TdClassName
{
border-color: #7BDE4A;
}
.TagClassName
{
border-color: #7BDE4A;
}
</style>