Shades of Mantis #74D753
Tints of Mantis #74D753
RGB
CMYK
RGB Variations
Color information
#74D753 (or 0x74D753) is known color: Mantis. HEX triplet: 74, D7 and 53. RGB value is (116,215,83). Sum of RGB (Red+Green+Blue) = 116+215+83=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 215 (84.38% from 255 or 51.93% from 414); Blue value is 83 (32.81% from 255 or 20.05% from 414); Max value from RGB is 215 - color contains mainly: green. Hex color #74D753 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D753 is #8B28AC. Grayscale: #AAAAAA. Windows color (decimal): -9119917 or 5494644. OLE color: 5494644.
HSL color Cylindrical-coordinate representation of color #74D753: hue angle of 105º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74D753 is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 215 | 83 | - |
| CMYK | 0.46 | 0 | 0.61 | 0.16 |
| HSL | 105º | 0.62% | 0.58% | - |
| HSV(B) | 105º | 0.61% | 0.84% | - |
| XYZ | 33.06 | 52.94 | 16.66 | - |
| YUV | 170.35 | 78.7 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 215 | 83 | 0.46 | 0 | 0.61 | 0.16 | 105 | 0.62 | 0.58 |
| Hex | 74 | D7 | 53 | 2E | 0 | 3D | 10 | 69 | 3E | 3A |
| Octal | 164 | 327 | 123 | 56 | 0 | 75 | 20 | 151 | 76 | 72 |
| Binary | 1110100 | 11010111 | 1010011 | 101110 | 0 | 111101 | 10000 | 1101001 | 111110 | 111010 |
Color Harmonies of #74D753
Complementary color
Monochromatic Colors of #74D753
Black with #74D753
Text Example
Text Example
White with #74D753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D753; }
p { color: rgb(116,215,83); }
H1.HeaderClassName
{
color: #74D753;
}
.AnyTagClassName
{
color: #74D753;
}
</style>
background-color css
<style>
a { background-color: #74D753; }
a { background-color: rgb(116,215,83); }
div.DivClassName
{
background-color: #74D753;
}
.BgClassName
{
background-color: #74D753;
}
</style>
border-color css
<style>
span { border-color: #74D753; }
span { border-color: rgb(116,215,83); }
td.TdClassName
{
border-color: #74D753;
}
.TagClassName
{
border-color: #74D753;
}
</style>