Shades of Mantis #7BCB4F
Tints of Mantis #7BCB4F
RGB
CMYK
RGB Variations
Color information
#7BCB4F (or 0x7BCB4F) is known color: Mantis. HEX triplet: 7B, CB and 4F. RGB value is (123,203,79). Sum of RGB (Red+Green+Blue) = 123+203+79=405 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.37% from 405); Green value is 203 (79.69% from 255 or 50.12% from 405); Blue value is 79 (31.25% from 255 or 19.51% from 405); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCB4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BCB4F is #8434B0. Grayscale: #A5A5A5. Windows color (decimal): -8664241 or 5229435. OLE color: 5229435.
HSL color Cylindrical-coordinate representation of color #7BCB4F: hue angle of 98.71º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7BCB4F is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 203 | 79 | - |
| CMYK | 0.39 | 0 | 0.61 | 0.20 |
| HSL | 98.71º | 0.54% | 0.55% | - |
| HSV(B) | 98.71º | 0.61% | 0.8% | - |
| XYZ | 30.94 | 47.49 | 14.93 | - |
| YUV | 164.94 | 79.5 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 79 | 0.39 | 0 | 0.61 | 0.20 | 98.71 | 0.54 | 0.55 |
| Hex | 7B | CB | 4F | 27 | 0 | 3D | 14 | 63 | 36 | 37 |
| Octal | 173 | 313 | 117 | 47 | 0 | 75 | 24 | 143 | 66 | 67 |
| Binary | 1111011 | 11001011 | 1001111 | 100111 | 0 | 111101 | 10100 | 1100011 | 110110 | 110111 |
Color Harmonies of #7BCB4F
Complementary color
Monochromatic Colors of #7BCB4F
Black with #7BCB4F
Text Example
Text Example
White with #7BCB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCB4F; }
p { color: rgb(123,203,79); }
H1.HeaderClassName
{
color: #7BCB4F;
}
.AnyTagClassName
{
color: #7BCB4F;
}
</style>
background-color css
<style>
a { background-color: #7BCB4F; }
a { background-color: rgb(123,203,79); }
div.DivClassName
{
background-color: #7BCB4F;
}
.BgClassName
{
background-color: #7BCB4F;
}
</style>
border-color css
<style>
span { border-color: #7BCB4F; }
span { border-color: rgb(123,203,79); }
td.TdClassName
{
border-color: #7BCB4F;
}
.TagClassName
{
border-color: #7BCB4F;
}
</style>