Shades of Mantis #7BCD4A
Tints of Mantis #7BCD4A
RGB
CMYK
RGB Variations
Color information
#7BCD4A (or 0x7BCD4A) is known color: Mantis. HEX triplet: 7B, CD and 4A. RGB value is (123,205,74). Sum of RGB (Red+Green+Blue) = 123+205+74=402 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.60% from 402); Green value is 205 (80.47% from 255 or 51.00% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BCD4A is #8432B5. Grayscale: #A5A5A5. Windows color (decimal): -8663734 or 4902267. OLE color: 4902267.
HSL color Cylindrical-coordinate representation of color #7BCD4A: hue angle of 97.56º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7BCD4A is Cyan = 0.4, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 205 | 74 | - |
| CMYK | 0.4 | 0 | 0.64 | 0.20 |
| HSL | 97.56º | 0.57% | 0.55% | - |
| HSV(B) | 97.56º | 0.64% | 0.8% | - |
| XYZ | 31.24 | 48.37 | 14.17 | - |
| YUV | 165.55 | 76.33 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 205 | 74 | 0.4 | 0 | 0.64 | 0.20 | 97.56 | 0.57 | 0.55 |
| Hex | 7B | CD | 4A | 28 | 0 | 40 | 14 | 62 | 39 | 37 |
| Octal | 173 | 315 | 112 | 50 | 0 | 100 | 24 | 142 | 71 | 67 |
| Binary | 1111011 | 11001101 | 1001010 | 101000 | 0 | 1000000 | 10100 | 1100010 | 111001 | 110111 |
Color Harmonies of #7BCD4A
Complementary color
Monochromatic Colors of #7BCD4A
Black with #7BCD4A
Text Example
Text Example
White with #7BCD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCD4A; }
p { color: rgb(123,205,74); }
H1.HeaderClassName
{
color: #7BCD4A;
}
.AnyTagClassName
{
color: #7BCD4A;
}
</style>
background-color css
<style>
a { background-color: #7BCD4A; }
a { background-color: rgb(123,205,74); }
div.DivClassName
{
background-color: #7BCD4A;
}
.BgClassName
{
background-color: #7BCD4A;
}
</style>
border-color css
<style>
span { border-color: #7BCD4A; }
span { border-color: rgb(123,205,74); }
td.TdClassName
{
border-color: #7BCD4A;
}
.TagClassName
{
border-color: #7BCD4A;
}
</style>