Shades of Mantis #74C353
Tints of Mantis #74C353
RGB
CMYK
RGB Variations
Color information
#74C353 (or 0x74C353) is known color: Mantis. HEX triplet: 74, C3 and 53. RGB value is (116,195,83). Sum of RGB (Red+Green+Blue) = 116+195+83=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 195 (76.56% from 255 or 49.49% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 195 - color contains mainly: green. Hex color #74C353 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C353 is #8B3CAC. Grayscale: #9E9E9E. Windows color (decimal): -9125037 or 5489524. OLE color: 5489524.
HSL color Cylindrical-coordinate representation of color #74C353: hue angle of 102.32º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74C353 is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 195 | 83 | - |
| CMYK | 0.41 | 0 | 0.57 | 0.24 |
| HSL | 102.32º | 0.48% | 0.55% | - |
| HSV(B) | 102.32º | 0.57% | 0.76% | - |
| XYZ | 28.28 | 43.37 | 15.06 | - |
| YUV | 158.61 | 85.33 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 195 | 83 | 0.41 | 0 | 0.57 | 0.24 | 102.32 | 0.48 | 0.55 |
| Hex | 74 | C3 | 53 | 29 | 0 | 39 | 18 | 66 | 30 | 37 |
| Octal | 164 | 303 | 123 | 51 | 0 | 71 | 30 | 146 | 60 | 67 |
| Binary | 1110100 | 11000011 | 1010011 | 101001 | 0 | 111001 | 11000 | 1100110 | 110000 | 110111 |
Color Harmonies of #74C353
Complementary color
Monochromatic Colors of #74C353
Black with #74C353
Text Example
Text Example
White with #74C353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C353; }
p { color: rgb(116,195,83); }
H1.HeaderClassName
{
color: #74C353;
}
.AnyTagClassName
{
color: #74C353;
}
</style>
background-color css
<style>
a { background-color: #74C353; }
a { background-color: rgb(116,195,83); }
div.DivClassName
{
background-color: #74C353;
}
.BgClassName
{
background-color: #74C353;
}
</style>
border-color css
<style>
span { border-color: #74C353; }
span { border-color: rgb(116,195,83); }
td.TdClassName
{
border-color: #74C353;
}
.TagClassName
{
border-color: #74C353;
}
</style>