Shades of Mantis #78CF5C
Tints of Mantis #78CF5C
RGB
CMYK
RGB Variations
Color information
#78CF5C (or 0x78CF5C) is known color: Mantis. HEX triplet: 78, CF and 5C. RGB value is (120,207,92). Sum of RGB (Red+Green+Blue) = 120+207+92=419 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.64% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #78CF5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CF5C is #8730A3. Grayscale: #A8A8A8. Windows color (decimal): -8859812 or 6082424. OLE color: 6082424.
HSL color Cylindrical-coordinate representation of color #78CF5C: hue angle of 105.39º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #78CF5C is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 92 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.19 |
| HSL | 105.39º | 0.55% | 0.59% | - |
| HSV(B) | 105.39º | 0.56% | 0.81% | - |
| XYZ | 31.99 | 49.39 | 17.97 | - |
| YUV | 167.88 | 85.18 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 92 | 0.42 | 0 | 0.56 | 0.19 | 105.39 | 0.55 | 0.59 |
| Hex | 78 | CF | 5C | 2A | 0 | 38 | 13 | 69 | 37 | 3B |
| Octal | 170 | 317 | 134 | 52 | 0 | 70 | 23 | 151 | 67 | 73 |
| Binary | 1111000 | 11001111 | 1011100 | 101010 | 0 | 111000 | 10011 | 1101001 | 110111 | 111011 |
Color Harmonies of #78CF5C
Complementary color
Monochromatic Colors of #78CF5C
Black with #78CF5C
Text Example
Text Example
White with #78CF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CF5C; }
p { color: rgb(120,207,92); }
H1.HeaderClassName
{
color: #78CF5C;
}
.AnyTagClassName
{
color: #78CF5C;
}
</style>
background-color css
<style>
a { background-color: #78CF5C; }
a { background-color: rgb(120,207,92); }
div.DivClassName
{
background-color: #78CF5C;
}
.BgClassName
{
background-color: #78CF5C;
}
</style>
border-color css
<style>
span { border-color: #78CF5C; }
span { border-color: rgb(120,207,92); }
td.TdClassName
{
border-color: #78CF5C;
}
.TagClassName
{
border-color: #78CF5C;
}
</style>