Shades of Mantis #7BCF43
Tints of Mantis #7BCF43
RGB
CMYK
RGB Variations
Color information
#7BCF43 (or 0x7BCF43) is known color: Mantis. HEX triplet: 7B, CF and 43. RGB value is (123,207,67). Sum of RGB (Red+Green+Blue) = 123+207+67=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 207 (81.25% from 255 or 52.14% from 397); Blue value is 67 (26.56% from 255 or 16.88% from 397); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCF43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BCF43 is #8430BC. Grayscale: #A6A6A6. Windows color (decimal): -8663229 or 4444027. OLE color: 4444027.
HSL color Cylindrical-coordinate representation of color #7BCF43: hue angle of 96º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7BCF43 is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 207 | 67 | - |
| CMYK | 0.41 | 0 | 0.68 | 0.19 |
| HSL | 96º | 0.59% | 0.54% | - |
| HSV(B) | 96º | 0.68% | 0.81% | - |
| XYZ | 31.49 | 49.24 | 13.15 | - |
| YUV | 165.92 | 72.17 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 207 | 67 | 0.41 | 0 | 0.68 | 0.19 | 96 | 0.59 | 0.54 |
| Hex | 7B | CF | 43 | 29 | 0 | 44 | 13 | 60 | 3B | 36 |
| Octal | 173 | 317 | 103 | 51 | 0 | 104 | 23 | 140 | 73 | 66 |
| Binary | 1111011 | 11001111 | 1000011 | 101001 | 0 | 1000100 | 10011 | 1100000 | 111011 | 110110 |
Color Harmonies of #7BCF43
Complementary color
Monochromatic Colors of #7BCF43
Black with #7BCF43
Text Example
Text Example
White with #7BCF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCF43; }
p { color: rgb(123,207,67); }
H1.HeaderClassName
{
color: #7BCF43;
}
.AnyTagClassName
{
color: #7BCF43;
}
</style>
background-color css
<style>
a { background-color: #7BCF43; }
a { background-color: rgb(123,207,67); }
div.DivClassName
{
background-color: #7BCF43;
}
.BgClassName
{
background-color: #7BCF43;
}
</style>
border-color css
<style>
span { border-color: #7BCF43; }
span { border-color: rgb(123,207,67); }
td.TdClassName
{
border-color: #7BCF43;
}
.TagClassName
{
border-color: #7BCF43;
}
</style>