Shades of Mantis #78CD4D
Tints of Mantis #78CD4D
RGB
CMYK
RGB Variations
Color information
#78CD4D (or 0x78CD4D) is known color: Mantis. HEX triplet: 78, CD and 4D. RGB value is (120,205,77). Sum of RGB (Red+Green+Blue) = 120+205+77=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 205 (80.47% from 255 or 51.00% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 205 - color contains mainly: green. Hex color #78CD4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CD4D is #8732B2. Grayscale: #A5A5A5. Windows color (decimal): -8860339 or 5098872. OLE color: 5098872.
HSL color Cylindrical-coordinate representation of color #78CD4D: hue angle of 99.84º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78CD4D is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
RGB | 120 | 205 | 77 | - |
CMYK | 0.41 | 0 | 0.62 | 0.20 |
HSL | 99.84º | 0.56% | 0.55% | - |
HSV(B) | 99.84º | 0.62% | 0.8% | - |
XYZ | 30.92 | 48.19 | 14.69 | - |
YUV | 164.99 | 78.34 | 95.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 120 | 205 | 77 | 0.41 | 0 | 0.62 | 0.20 | 99.84 | 0.56 | 0.55 |
Hex | 78 | CD | 4D | 29 | 0 | 3E | 14 | 64 | 38 | 37 |
Octal | 170 | 315 | 115 | 51 | 0 | 76 | 24 | 144 | 70 | 67 |
Binary | 1111000 | 11001101 | 1001101 | 101001 | 0 | 111110 | 10100 | 1100100 | 111000 | 110111 |
Color Harmonies of #78CD4D
Complementary color
Monochromatic Colors of #78CD4D
Black with #78CD4D
Text Example
Text Example
White with #78CD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CD4D; }
p { color: rgb(120,205,77); }
H1.HeaderClassName
{
color: #78CD4D;
}
.AnyTagClassName
{
color: #78CD4D;
}
</style>
background-color css
<style>
a { background-color: #78CD4D; }
a { background-color: rgb(120,205,77); }
div.DivClassName
{
background-color: #78CD4D;
}
.BgClassName
{
background-color: #78CD4D;
}
</style>
border-color css
<style>
span { border-color: #78CD4D; }
span { border-color: rgb(120,205,77); }
td.TdClassName
{
border-color: #78CD4D;
}
.TagClassName
{
border-color: #78CD4D;
}
</style>