#74C157

Color #74C157 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #74C157

Tints of Mantis #74C157

Color information

#74C157 (or 0x74C157) is unknown color: approx Mantis. HEX triplet: 74, C1 and 57. RGB value is (116,193,87). Sum of RGB (Red+Green+Blue) = 116+193+87=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 193 (75.78% from 255 or 48.74% from 396); Blue value is 87 (34.38% from 255 or 21.97% from 396); Max value from RGB is 193 - color contains mainly: green. Hex color #74C157 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C157 is #8B3EA8. Grayscale: #9E9E9E. Windows color (decimal): -9125545 or 5751156. OLE color: 5751156.

HSL color Cylindrical-coordinate representation of color #74C157: hue angle of 103.58º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74C157 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB11619387-
CMYK0.4000.550.24
HSL103.58º46.09%54.9%-
HSV(B)103.58º54.92%75.69%-
XYZ27.9942.5415.75-
YUV157.8987.9998.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 29.29%
GREEN value IS 193 (75.78% from 255) = 48.74%
BLUE value IS 87 (34.38% from 255) = 21.97%
R=29.29%
G=48.74%
B=21.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal116193870.4000.550.24103.5846.0954.9
Hex74C1572803718682e37
Octal16430112750067301505667
Binary11101001100000110101111010000110111110001101000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74C157; }

 p { color: rgb(116,193,87); }

 H1.HeaderClassName
 {
   color: #74C157;
 }
 .AnyTagClassName
 {
   color: #74C157;
 }
</style>
background-color css

<style>
 a { background-color: #74C157; }

 a { background-color: rgb(116,193,87); }

 div.DivClassName
 {
   background-color: #74C157;
 }
 .BgClassName
 {
   background-color: #74C157;
 }
</style>
border-color css

<style>
 span { border-color: #74C157; }

 span { border-color: rgb(116,193,87); }

 td.TdClassName
 {
   border-color: #74C157;
 }
 .TagClassName
 {
   border-color: #74C157;
 }
</style>