Shades of Mantis #76CC5C
Tints of Mantis #76CC5C
RGB
CMYK
RGB Variations
Color information
#76CC5C (or 0x76CC5C) is known color: Mantis. HEX triplet: 76, CC and 5C. RGB value is (118,204,92). Sum of RGB (Red+Green+Blue) = 118+204+92=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #76CC5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CC5C is #8933A3. Grayscale: #A5A5A5. Windows color (decimal): -8991652 or 6081654. OLE color: 6081654.
HSL color Cylindrical-coordinate representation of color #76CC5C: hue angle of 106.07º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76CC5C is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 204 | 92 | - |
| CMYK | 0.42 | 0 | 0.55 | 0.2 |
| HSL | 106.07º | 0.52% | 0.58% | - |
| HSV(B) | 106.07º | 0.55% | 0.8% | - |
| XYZ | 31 | 47.81 | 17.72 | - |
| YUV | 165.52 | 86.51 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 204 | 92 | 0.42 | 0 | 0.55 | 0.2 | 106.07 | 0.52 | 0.58 |
| Hex | 76 | CC | 5C | 2A | 0 | 37 | 14 | 6A | 34 | 3A |
| Octal | 166 | 314 | 134 | 52 | 0 | 67 | 24 | 152 | 64 | 72 |
| Binary | 1110110 | 11001100 | 1011100 | 101010 | 0 | 110111 | 10100 | 1101010 | 110100 | 111010 |
Color Harmonies of #76CC5C
Complementary color
Monochromatic Colors of #76CC5C
Black with #76CC5C
Text Example
Text Example
White with #76CC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CC5C; }
p { color: rgb(118,204,92); }
H1.HeaderClassName
{
color: #76CC5C;
}
.AnyTagClassName
{
color: #76CC5C;
}
</style>
background-color css
<style>
a { background-color: #76CC5C; }
a { background-color: rgb(118,204,92); }
div.DivClassName
{
background-color: #76CC5C;
}
.BgClassName
{
background-color: #76CC5C;
}
</style>
border-color css
<style>
span { border-color: #76CC5C; }
span { border-color: rgb(118,204,92); }
td.TdClassName
{
border-color: #76CC5C;
}
.TagClassName
{
border-color: #76CC5C;
}
</style>