Shades of Mantis #7BDF40
Tints of Mantis #7BDF40
RGB
CMYK
RGB Variations
Color information
#7BDF40 (or 0x7BDF40) is known color: Mantis. HEX triplet: 7B, DF and 40. RGB value is (123,223,64). Sum of RGB (Red+Green+Blue) = 123+223+64=410 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30% from 410); Green value is 223 (87.5% from 255 or 54.39% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BDF40 is #8420BF. Grayscale: #AFAFAF. Windows color (decimal): -8659136 or 4251515. OLE color: 4251515.
HSL color Cylindrical-coordinate representation of color #7BDF40: hue angle of 97.74º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7BDF40 is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 64 | - |
| CMYK | 0.45 | 0 | 0.71 | 0.13 |
| HSL | 97.74º | 0.71% | 0.56% | - |
| HSV(B) | 97.74º | 0.71% | 0.87% | - |
| XYZ | 35.48 | 57.36 | 14.05 | - |
| YUV | 174.97 | 65.37 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 64 | 0.45 | 0 | 0.71 | 0.13 | 97.74 | 0.71 | 0.56 |
| Hex | 7B | DF | 40 | 2D | 0 | 47 | D | 62 | 47 | 38 |
| Octal | 173 | 337 | 100 | 55 | 0 | 107 | 15 | 142 | 107 | 70 |
| Binary | 1111011 | 11011111 | 1000000 | 101101 | 0 | 1000111 | 1101 | 1100010 | 1000111 | 111000 |
Color Harmonies of #7BDF40
Complementary color
Monochromatic Colors of #7BDF40
Black with #7BDF40
Text Example
Text Example
White with #7BDF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDF40; }
p { color: rgb(123,223,64); }
H1.HeaderClassName
{
color: #7BDF40;
}
.AnyTagClassName
{
color: #7BDF40;
}
</style>
background-color css
<style>
a { background-color: #7BDF40; }
a { background-color: rgb(123,223,64); }
div.DivClassName
{
background-color: #7BDF40;
}
.BgClassName
{
background-color: #7BDF40;
}
</style>
border-color css
<style>
span { border-color: #7BDF40; }
span { border-color: rgb(123,223,64); }
td.TdClassName
{
border-color: #7BDF40;
}
.TagClassName
{
border-color: #7BDF40;
}
</style>