Shades of Mantis #74C74B
Tints of Mantis #74C74B
RGB
CMYK
RGB Variations
Color information
#74C74B (or 0x74C74B) is known color: Mantis. HEX triplet: 74, C7 and 4B. RGB value is (116,199,75). Sum of RGB (Red+Green+Blue) = 116+199+75=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 199 (78.12% from 255 or 51.03% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 199 - color contains mainly: green. Hex color #74C74B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C74B is #8B38B4. Grayscale: #A0A0A0. Windows color (decimal): -9124021 or 4966260. OLE color: 4966260.
HSL color Cylindrical-coordinate representation of color #74C74B: hue angle of 100.16º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74C74B is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 199 | 75 | - |
| CMYK | 0.42 | 0 | 0.62 | 0.22 |
| HSL | 100.16º | 0.53% | 0.54% | - |
| HSV(B) | 100.16º | 0.62% | 0.78% | - |
| XYZ | 28.9 | 45.07 | 13.83 | - |
| YUV | 160.05 | 80 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 199 | 75 | 0.42 | 0 | 0.62 | 0.22 | 100.16 | 0.53 | 0.54 |
| Hex | 74 | C7 | 4B | 2A | 0 | 3E | 16 | 64 | 35 | 36 |
| Octal | 164 | 307 | 113 | 52 | 0 | 76 | 26 | 144 | 65 | 66 |
| Binary | 1110100 | 11000111 | 1001011 | 101010 | 0 | 111110 | 10110 | 1100100 | 110101 | 110110 |
Color Harmonies of #74C74B
Complementary color
Monochromatic Colors of #74C74B
Black with #74C74B
Text Example
Text Example
White with #74C74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C74B; }
p { color: rgb(116,199,75); }
H1.HeaderClassName
{
color: #74C74B;
}
.AnyTagClassName
{
color: #74C74B;
}
</style>
background-color css
<style>
a { background-color: #74C74B; }
a { background-color: rgb(116,199,75); }
div.DivClassName
{
background-color: #74C74B;
}
.BgClassName
{
background-color: #74C74B;
}
</style>
border-color css
<style>
span { border-color: #74C74B; }
span { border-color: rgb(116,199,75); }
td.TdClassName
{
border-color: #74C74B;
}
.TagClassName
{
border-color: #74C74B;
}
</style>