Shades of Mantis #74CF5A
Tints of Mantis #74CF5A
RGB
CMYK
RGB Variations
Color information
#74CF5A (or 0x74CF5A) is known color: Mantis. HEX triplet: 74, CF and 5A. RGB value is (116,207,90). Sum of RGB (Red+Green+Blue) = 116+207+90=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 207 (81.25% from 255 or 50.12% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 207 - color contains mainly: green. Hex color #74CF5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CF5A is #8B30A5. Grayscale: #A6A6A6. Windows color (decimal): -9121958 or 5951348. OLE color: 5951348.
HSL color Cylindrical-coordinate representation of color #74CF5A: hue angle of 106.67º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74CF5A is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 207 | 90 | - |
| CMYK | 0.44 | 0 | 0.57 | 0.19 |
| HSL | 106.67º | 0.55% | 0.58% | - |
| HSV(B) | 106.67º | 0.57% | 0.81% | - |
| XYZ | 31.36 | 49.08 | 17.49 | - |
| YUV | 166.45 | 84.85 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 90 | 0.44 | 0 | 0.57 | 0.19 | 106.67 | 0.55 | 0.58 |
| Hex | 74 | CF | 5A | 2C | 0 | 39 | 13 | 6B | 37 | 3A |
| Octal | 164 | 317 | 132 | 54 | 0 | 71 | 23 | 153 | 67 | 72 |
| Binary | 1110100 | 11001111 | 1011010 | 101100 | 0 | 111001 | 10011 | 1101011 | 110111 | 111010 |
Color Harmonies of #74CF5A
Complementary color
Monochromatic Colors of #74CF5A
Black with #74CF5A
Text Example
Text Example
White with #74CF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CF5A; }
p { color: rgb(116,207,90); }
H1.HeaderClassName
{
color: #74CF5A;
}
.AnyTagClassName
{
color: #74CF5A;
}
</style>
background-color css
<style>
a { background-color: #74CF5A; }
a { background-color: rgb(116,207,90); }
div.DivClassName
{
background-color: #74CF5A;
}
.BgClassName
{
background-color: #74CF5A;
}
</style>
border-color css
<style>
span { border-color: #74CF5A; }
span { border-color: rgb(116,207,90); }
td.TdClassName
{
border-color: #74CF5A;
}
.TagClassName
{
border-color: #74CF5A;
}
</style>