#74C54F

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

Shades of Mantis #74C54F

Tints of Mantis #74C54F

Color information

#74C54F (or 0x74C54F) is unknown color: approx Mantis. HEX triplet: 74, C5 and 4F. RGB value is (116,197,79). Sum of RGB (Red+Green+Blue) = 116+197+79=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 197 (77.34% from 255 or 50.26% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 197 - color contains mainly: green. Hex color #74C54F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C54F is #8B3AB0. Grayscale: #9F9F9F. Windows color (decimal): -9124529 or 5227892. OLE color: 5227892.

HSL color Cylindrical-coordinate representation of color #74C54F: hue angle of 101.19º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74C54F is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB11619779-
CMYK0.4100.600.23
HSL101.19º50.43%54.12%-
HSV(B)101.19º59.9%77.25%-
XYZ28.5844.2114.42-
YUV159.3382.6697.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.59%
GREEN value IS 197 (77.34% from 255) = 50.26%
BLUE value IS 79 (31.25% from 255) = 20.15%
R=29.59%
G=50.26%
B=20.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal116197790.4100.600.23101.1950.4354.12
Hex74C54F2903C17653236
Octal16430511751074271456266
Binary11101001100010110011111010010111100101111100101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,197,79); }

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

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

 a { background-color: rgb(116,197,79); }

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

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

 span { border-color: rgb(116,197,79); }

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