Shades of Mantis #78CF41
Tints of Mantis #78CF41
RGB
CMYK
RGB Variations
Color information
#78CF41 (or 0x78CF41) is known color: Mantis. HEX triplet: 78, CF and 41. RGB value is (120,207,65). Sum of RGB (Red+Green+Blue) = 120+207+65=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 207 (81.25% from 255 or 52.81% from 392); Blue value is 65 (25.78% from 255 or 16.58% from 392); Max value from RGB is 207 - color contains mainly: green. Hex color #78CF41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78CF41 is #8730BE. Grayscale: #A5A5A5. Windows color (decimal): -8859839 or 4312952. OLE color: 4312952.
HSL color Cylindrical-coordinate representation of color #78CF41: hue angle of 96.76º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #78CF41 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 65 | - |
| CMYK | 0.42 | 0 | 0.69 | 0.19 |
| HSL | 96.76º | 0.6% | 0.53% | - |
| HSV(B) | 96.76º | 0.69% | 0.81% | - |
| XYZ | 31.01 | 49 | 12.82 | - |
| YUV | 164.8 | 71.68 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 65 | 0.42 | 0 | 0.69 | 0.19 | 96.76 | 0.6 | 0.53 |
| Hex | 78 | CF | 41 | 2A | 0 | 45 | 13 | 61 | 3C | 35 |
| Octal | 170 | 317 | 101 | 52 | 0 | 105 | 23 | 141 | 74 | 65 |
| Binary | 1111000 | 11001111 | 1000001 | 101010 | 0 | 1000101 | 10011 | 1100001 | 111100 | 110101 |
Color Harmonies of #78CF41
Complementary color
Monochromatic Colors of #78CF41
Black with #78CF41
Text Example
Text Example
White with #78CF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CF41; }
p { color: rgb(120,207,65); }
H1.HeaderClassName
{
color: #78CF41;
}
.AnyTagClassName
{
color: #78CF41;
}
</style>
background-color css
<style>
a { background-color: #78CF41; }
a { background-color: rgb(120,207,65); }
div.DivClassName
{
background-color: #78CF41;
}
.BgClassName
{
background-color: #78CF41;
}
</style>
border-color css
<style>
span { border-color: #78CF41; }
span { border-color: rgb(120,207,65); }
td.TdClassName
{
border-color: #78CF41;
}
.TagClassName
{
border-color: #78CF41;
}
</style>