Shades of Mantis #74C253
Tints of Mantis #74C253
RGB
CMYK
RGB Variations
Color information
#74C253 (or 0x74C253) is known color: Mantis. HEX triplet: 74, C2 and 53. RGB value is (116,194,83). Sum of RGB (Red+Green+Blue) = 116+194+83=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 194 (76.17% from 255 or 49.36% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 194 - color contains mainly: green. Hex color #74C253 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C253 is #8B3DAC. Grayscale: #9E9E9E. Windows color (decimal): -9125293 or 5489268. OLE color: 5489268.
HSL color Cylindrical-coordinate representation of color #74C253: hue angle of 102.16º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74C253 is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 83 | - |
| CMYK | 0.40 | 0 | 0.57 | 0.24 |
| HSL | 102.16º | 0.48% | 0.54% | - |
| HSV(B) | 102.16º | 0.57% | 0.76% | - |
| XYZ | 28.06 | 42.92 | 14.99 | - |
| YUV | 158.02 | 85.66 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 83 | 0.40 | 0 | 0.57 | 0.24 | 102.16 | 0.48 | 0.54 |
| Hex | 74 | C2 | 53 | 28 | 0 | 39 | 18 | 66 | 30 | 36 |
| Octal | 164 | 302 | 123 | 50 | 0 | 71 | 30 | 146 | 60 | 66 |
| Binary | 1110100 | 11000010 | 1010011 | 101000 | 0 | 111001 | 11000 | 1100110 | 110000 | 110110 |
Color Harmonies of #74C253
Complementary color
Monochromatic Colors of #74C253
Black with #74C253
Text Example
Text Example
White with #74C253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C253; }
p { color: rgb(116,194,83); }
H1.HeaderClassName
{
color: #74C253;
}
.AnyTagClassName
{
color: #74C253;
}
</style>
background-color css
<style>
a { background-color: #74C253; }
a { background-color: rgb(116,194,83); }
div.DivClassName
{
background-color: #74C253;
}
.BgClassName
{
background-color: #74C253;
}
</style>
border-color css
<style>
span { border-color: #74C253; }
span { border-color: rgb(116,194,83); }
td.TdClassName
{
border-color: #74C253;
}
.TagClassName
{
border-color: #74C253;
}
</style>