Shades of Mantis #77CD4A
Tints of Mantis #77CD4A
RGB
CMYK
RGB Variations
Color information
#77CD4A (or 0x77CD4A) is known color: Mantis. HEX triplet: 77, CD and 4A. RGB value is (119,205,74). Sum of RGB (Red+Green+Blue) = 119+205+74=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 205 (80.47% from 255 or 51.51% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 205 - color contains mainly: green. Hex color #77CD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CD4A is #8832B5. Grayscale: #A4A4A4. Windows color (decimal): -8925878 or 4902263. OLE color: 4902263.
HSL color Cylindrical-coordinate representation of color #77CD4A: hue angle of 99.39º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #77CD4A is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 205 | 74 | - |
| CMYK | 0.42 | 0 | 0.64 | 0.20 |
| HSL | 99.39º | 0.57% | 0.55% | - |
| HSV(B) | 99.39º | 0.64% | 0.8% | - |
| XYZ | 30.68 | 48.08 | 14.14 | - |
| YUV | 164.35 | 77.01 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 205 | 74 | 0.42 | 0 | 0.64 | 0.20 | 99.39 | 0.57 | 0.55 |
| Hex | 77 | CD | 4A | 2A | 0 | 40 | 14 | 63 | 39 | 37 |
| Octal | 167 | 315 | 112 | 52 | 0 | 100 | 24 | 143 | 71 | 67 |
| Binary | 1110111 | 11001101 | 1001010 | 101010 | 0 | 1000000 | 10100 | 1100011 | 111001 | 110111 |
Color Harmonies of #77CD4A
Complementary color
Monochromatic Colors of #77CD4A
Black with #77CD4A
Text Example
Text Example
White with #77CD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CD4A; }
p { color: rgb(119,205,74); }
H1.HeaderClassName
{
color: #77CD4A;
}
.AnyTagClassName
{
color: #77CD4A;
}
</style>
background-color css
<style>
a { background-color: #77CD4A; }
a { background-color: rgb(119,205,74); }
div.DivClassName
{
background-color: #77CD4A;
}
.BgClassName
{
background-color: #77CD4A;
}
</style>
border-color css
<style>
span { border-color: #77CD4A; }
span { border-color: rgb(119,205,74); }
td.TdClassName
{
border-color: #77CD4A;
}
.TagClassName
{
border-color: #77CD4A;
}
</style>