Shades of Mantis #74C263
Tints of Mantis #74C263
RGB
CMYK
RGB Variations
Color information
#74C263 (or 0x74C263) is known color: Mantis. HEX triplet: 74, C2 and 63. RGB value is (116,194,99). Sum of RGB (Red+Green+Blue) = 116+194+99=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 99 (39.06% from 255 or 24.21% from 409); Max value from RGB is 194 - color contains mainly: green. Hex color #74C263 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C263 is #8B3D9C. Grayscale: #A0A0A0. Windows color (decimal): -9125277 or 6537844. OLE color: 6537844.
HSL color Cylindrical-coordinate representation of color #74C263: hue angle of 109.26º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74C263 is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 99 | - |
| CMYK | 0.40 | 0 | 0.49 | 0.24 |
| HSL | 109.26º | 0.44% | 0.57% | - |
| HSV(B) | 109.26º | 0.49% | 0.76% | - |
| XYZ | 28.75 | 43.2 | 18.63 | - |
| YUV | 159.85 | 93.66 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 99 | 0.40 | 0 | 0.49 | 0.24 | 109.26 | 0.44 | 0.57 |
| Hex | 74 | C2 | 63 | 28 | 0 | 31 | 18 | 6D | 2C | 39 |
| Octal | 164 | 302 | 143 | 50 | 0 | 61 | 30 | 155 | 54 | 71 |
| Binary | 1110100 | 11000010 | 1100011 | 101000 | 0 | 110001 | 11000 | 1101101 | 101100 | 111001 |
Color Harmonies of #74C263
Complementary color
Monochromatic Colors of #74C263
Black with #74C263
Text Example
Text Example
White with #74C263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C263; }
p { color: rgb(116,194,99); }
H1.HeaderClassName
{
color: #74C263;
}
.AnyTagClassName
{
color: #74C263;
}
</style>
background-color css
<style>
a { background-color: #74C263; }
a { background-color: rgb(116,194,99); }
div.DivClassName
{
background-color: #74C263;
}
.BgClassName
{
background-color: #74C263;
}
</style>
border-color css
<style>
span { border-color: #74C263; }
span { border-color: rgb(116,194,99); }
td.TdClassName
{
border-color: #74C263;
}
.TagClassName
{
border-color: #74C263;
}
</style>