Shades of Mantis #78C34F
Tints of Mantis #78C34F
RGB
CMYK
RGB Variations
Color information
#78C34F (or 0x78C34F) is known color: Mantis. HEX triplet: 78, C3 and 4F. RGB value is (120,195,79). Sum of RGB (Red+Green+Blue) = 120+195+79=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 195 (76.56% from 255 or 49.49% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 195 - color contains mainly: green. Hex color #78C34F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C34F is #873CB0. Grayscale: #9F9F9F. Windows color (decimal): -8862897 or 5227384. OLE color: 5227384.
HSL color Cylindrical-coordinate representation of color #78C34F: hue angle of 98.79º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #78C34F is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 195 | 79 | - |
| CMYK | 0.38 | 0 | 0.59 | 0.24 |
| HSL | 98.79º | 0.49% | 0.54% | - |
| HSV(B) | 98.79º | 0.59% | 0.76% | - |
| XYZ | 28.67 | 43.59 | 14.3 | - |
| YUV | 159.35 | 82.65 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 195 | 79 | 0.38 | 0 | 0.59 | 0.24 | 98.79 | 0.49 | 0.54 |
| Hex | 78 | C3 | 4F | 26 | 0 | 3B | 18 | 63 | 31 | 36 |
| Octal | 170 | 303 | 117 | 46 | 0 | 73 | 30 | 143 | 61 | 66 |
| Binary | 1111000 | 11000011 | 1001111 | 100110 | 0 | 111011 | 11000 | 1100011 | 110001 | 110110 |
Color Harmonies of #78C34F
Complementary color
Monochromatic Colors of #78C34F
Black with #78C34F
Text Example
Text Example
White with #78C34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C34F; }
p { color: rgb(120,195,79); }
H1.HeaderClassName
{
color: #78C34F;
}
.AnyTagClassName
{
color: #78C34F;
}
</style>
background-color css
<style>
a { background-color: #78C34F; }
a { background-color: rgb(120,195,79); }
div.DivClassName
{
background-color: #78C34F;
}
.BgClassName
{
background-color: #78C34F;
}
</style>
border-color css
<style>
span { border-color: #78C34F; }
span { border-color: rgb(120,195,79); }
td.TdClassName
{
border-color: #78C34F;
}
.TagClassName
{
border-color: #78C34F;
}
</style>