Shades of Mantis #78C34B
Tints of Mantis #78C34B
RGB
CMYK
RGB Variations
Color information
#78C34B (or 0x78C34B) is known color: Mantis. HEX triplet: 78, C3 and 4B. RGB value is (120,195,75). Sum of RGB (Red+Green+Blue) = 120+195+75=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #78C34B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C34B is #873CB4. Grayscale: #9F9F9F. Windows color (decimal): -8862901 or 4965240. OLE color: 4965240.
HSL color Cylindrical-coordinate representation of color #78C34B: hue angle of 97.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78C34B is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 195 | 75 | - |
| CMYK | 0.38 | 0 | 0.62 | 0.24 |
| HSL | 97.5º | 0.5% | 0.53% | - |
| HSV(B) | 97.5º | 0.62% | 0.76% | - |
| XYZ | 28.53 | 43.53 | 13.56 | - |
| YUV | 158.9 | 80.65 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 195 | 75 | 0.38 | 0 | 0.62 | 0.24 | 97.5 | 0.5 | 0.53 |
| Hex | 78 | C3 | 4B | 26 | 0 | 3E | 18 | 62 | 32 | 35 |
| Octal | 170 | 303 | 113 | 46 | 0 | 76 | 30 | 142 | 62 | 65 |
| Binary | 1111000 | 11000011 | 1001011 | 100110 | 0 | 111110 | 11000 | 1100010 | 110010 | 110101 |
Color Harmonies of #78C34B
Complementary color
Monochromatic Colors of #78C34B
Black with #78C34B
Text Example
Text Example
White with #78C34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C34B; }
p { color: rgb(120,195,75); }
H1.HeaderClassName
{
color: #78C34B;
}
.AnyTagClassName
{
color: #78C34B;
}
</style>
background-color css
<style>
a { background-color: #78C34B; }
a { background-color: rgb(120,195,75); }
div.DivClassName
{
background-color: #78C34B;
}
.BgClassName
{
background-color: #78C34B;
}
</style>
border-color css
<style>
span { border-color: #78C34B; }
span { border-color: rgb(120,195,75); }
td.TdClassName
{
border-color: #78C34B;
}
.TagClassName
{
border-color: #78C34B;
}
</style>