Shades of Mantis #76CF4A
Tints of Mantis #76CF4A
RGB
CMYK
RGB Variations
Color information
#76CF4A (or 0x76CF4A) is known color: Mantis. HEX triplet: 76, CF and 4A. RGB value is (118,207,74). Sum of RGB (Red+Green+Blue) = 118+207+74=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 207 (81.25% from 255 or 51.88% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 207 - color contains mainly: green. Hex color #76CF4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CF4A is #8930B5. Grayscale: #A5A5A5. Windows color (decimal): -8990902 or 4902774. OLE color: 4902774.
HSL color Cylindrical-coordinate representation of color #76CF4A: hue angle of 100.15º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76CF4A is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 207 | 74 | - |
| CMYK | 0.43 | 0 | 0.64 | 0.19 |
| HSL | 100.15º | 0.58% | 0.55% | - |
| HSV(B) | 100.15º | 0.64% | 0.81% | - |
| XYZ | 31.02 | 48.97 | 14.3 | - |
| YUV | 165.23 | 76.51 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 207 | 74 | 0.43 | 0 | 0.64 | 0.19 | 100.15 | 0.58 | 0.55 |
| Hex | 76 | CF | 4A | 2B | 0 | 40 | 13 | 64 | 3A | 37 |
| Octal | 166 | 317 | 112 | 53 | 0 | 100 | 23 | 144 | 72 | 67 |
| Binary | 1110110 | 11001111 | 1001010 | 101011 | 0 | 1000000 | 10011 | 1100100 | 111010 | 110111 |
Color Harmonies of #76CF4A
Complementary color
Monochromatic Colors of #76CF4A
Black with #76CF4A
Text Example
Text Example
White with #76CF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CF4A; }
p { color: rgb(118,207,74); }
H1.HeaderClassName
{
color: #76CF4A;
}
.AnyTagClassName
{
color: #76CF4A;
}
</style>
background-color css
<style>
a { background-color: #76CF4A; }
a { background-color: rgb(118,207,74); }
div.DivClassName
{
background-color: #76CF4A;
}
.BgClassName
{
background-color: #76CF4A;
}
</style>
border-color css
<style>
span { border-color: #76CF4A; }
span { border-color: rgb(118,207,74); }
td.TdClassName
{
border-color: #76CF4A;
}
.TagClassName
{
border-color: #76CF4A;
}
</style>