Shades of Mantis #7BCF58
Tints of Mantis #7BCF58
RGB
CMYK
RGB Variations
Color information
#7BCF58 (or 0x7BCF58) is known color: Mantis. HEX triplet: 7B, CF and 58. RGB value is (123,207,88). Sum of RGB (Red+Green+Blue) = 123+207+88=418 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.43% from 418); Green value is 207 (81.25% from 255 or 49.52% from 418); Blue value is 88 (34.77% from 255 or 21.05% from 418); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCF58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BCF58 is #8430A7. Grayscale: #A8A8A8. Windows color (decimal): -8663208 or 5820283. OLE color: 5820283.
HSL color Cylindrical-coordinate representation of color #7BCF58: hue angle of 102.35º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7BCF58 is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 207 | 88 | - |
| CMYK | 0.41 | 0 | 0.57 | 0.19 |
| HSL | 102.35º | 0.55% | 0.58% | - |
| HSV(B) | 102.35º | 0.57% | 0.81% | - |
| XYZ | 32.24 | 49.54 | 17.1 | - |
| YUV | 168.32 | 82.67 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 207 | 88 | 0.41 | 0 | 0.57 | 0.19 | 102.35 | 0.55 | 0.58 |
| Hex | 7B | CF | 58 | 29 | 0 | 39 | 13 | 66 | 37 | 3A |
| Octal | 173 | 317 | 130 | 51 | 0 | 71 | 23 | 146 | 67 | 72 |
| Binary | 1111011 | 11001111 | 1011000 | 101001 | 0 | 111001 | 10011 | 1100110 | 110111 | 111010 |
Color Harmonies of #7BCF58
Complementary color
Monochromatic Colors of #7BCF58
Black with #7BCF58
Text Example
Text Example
White with #7BCF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCF58; }
p { color: rgb(123,207,88); }
H1.HeaderClassName
{
color: #7BCF58;
}
.AnyTagClassName
{
color: #7BCF58;
}
</style>
background-color css
<style>
a { background-color: #7BCF58; }
a { background-color: rgb(123,207,88); }
div.DivClassName
{
background-color: #7BCF58;
}
.BgClassName
{
background-color: #7BCF58;
}
</style>
border-color css
<style>
span { border-color: #7BCF58; }
span { border-color: rgb(123,207,88); }
td.TdClassName
{
border-color: #7BCF58;
}
.TagClassName
{
border-color: #7BCF58;
}
</style>