Shades of Mantis #78BF5C
Tints of Mantis #78BF5C
RGB
CMYK
RGB Variations
Color information
#78BF5C (or 0x78BF5C) is known color: Mantis. HEX triplet: 78, BF and 5C. RGB value is (120,191,92). Sum of RGB (Red+Green+Blue) = 120+191+92=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 191 - color contains mainly: green. Hex color #78BF5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BF5C is #8740A3. Grayscale: #9E9E9E. Windows color (decimal): -8863908 or 6078328. OLE color: 6078328.
HSL color Cylindrical-coordinate representation of color #78BF5C: hue angle of 103.03º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78BF5C is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 191 | 92 | - |
| CMYK | 0.37 | 0 | 0.52 | 0.25 |
| HSL | 103.03º | 0.44% | 0.55% | - |
| HSV(B) | 103.03º | 0.52% | 0.75% | - |
| XYZ | 28.31 | 42.03 | 16.75 | - |
| YUV | 158.49 | 90.48 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 191 | 92 | 0.37 | 0 | 0.52 | 0.25 | 103.03 | 0.44 | 0.55 |
| Hex | 78 | BF | 5C | 25 | 0 | 34 | 19 | 67 | 2C | 37 |
| Octal | 170 | 277 | 134 | 45 | 0 | 64 | 31 | 147 | 54 | 67 |
| Binary | 1111000 | 10111111 | 1011100 | 100101 | 0 | 110100 | 11001 | 1100111 | 101100 | 110111 |
Color Harmonies of #78BF5C
Complementary color
Monochromatic Colors of #78BF5C
Black with #78BF5C
Text Example
Text Example
White with #78BF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BF5C; }
p { color: rgb(120,191,92); }
H1.HeaderClassName
{
color: #78BF5C;
}
.AnyTagClassName
{
color: #78BF5C;
}
</style>
background-color css
<style>
a { background-color: #78BF5C; }
a { background-color: rgb(120,191,92); }
div.DivClassName
{
background-color: #78BF5C;
}
.BgClassName
{
background-color: #78BF5C;
}
</style>
border-color css
<style>
span { border-color: #78BF5C; }
span { border-color: rgb(120,191,92); }
td.TdClassName
{
border-color: #78BF5C;
}
.TagClassName
{
border-color: #78BF5C;
}
</style>