Shades of Mantis #7BCD40
Tints of Mantis #7BCD40
RGB
CMYK
RGB Variations
Color information
#7BCD40 (or 0x7BCD40) is known color: Mantis. HEX triplet: 7B, CD and 40. RGB value is (123,205,64). Sum of RGB (Red+Green+Blue) = 123+205+64=392 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.38% from 392); Green value is 205 (80.47% from 255 or 52.30% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BCD40 is #8432BF. Grayscale: #A4A4A4. Windows color (decimal): -8663744 or 4246907. OLE color: 4246907.
HSL color Cylindrical-coordinate representation of color #7BCD40: hue angle of 94.89º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7BCD40 is Cyan = 0.4, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 205 | 64 | - |
| CMYK | 0.4 | 0 | 0.69 | 0.20 |
| HSL | 94.89º | 0.59% | 0.53% | - |
| HSV(B) | 94.89º | 0.69% | 0.8% | - |
| XYZ | 30.93 | 48.24 | 12.53 | - |
| YUV | 164.41 | 71.33 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 205 | 64 | 0.4 | 0 | 0.69 | 0.20 | 94.89 | 0.59 | 0.53 |
| Hex | 7B | CD | 40 | 28 | 0 | 45 | 14 | 5F | 3B | 35 |
| Octal | 173 | 315 | 100 | 50 | 0 | 105 | 24 | 137 | 73 | 65 |
| Binary | 1111011 | 11001101 | 1000000 | 101000 | 0 | 1000101 | 10100 | 1011111 | 111011 | 110101 |
Color Harmonies of #7BCD40
Complementary color
Monochromatic Colors of #7BCD40
Black with #7BCD40
Text Example
Text Example
White with #7BCD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCD40; }
p { color: rgb(123,205,64); }
H1.HeaderClassName
{
color: #7BCD40;
}
.AnyTagClassName
{
color: #7BCD40;
}
</style>
background-color css
<style>
a { background-color: #7BCD40; }
a { background-color: rgb(123,205,64); }
div.DivClassName
{
background-color: #7BCD40;
}
.BgClassName
{
background-color: #7BCD40;
}
</style>
border-color css
<style>
span { border-color: #7BCD40; }
span { border-color: rgb(123,205,64); }
td.TdClassName
{
border-color: #7BCD40;
}
.TagClassName
{
border-color: #7BCD40;
}
</style>