#74C649

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

Shades of Mantis #74C649

Tints of Mantis #74C649

Color information

#74C649 (or 0x74C649) is unknown color: approx Mantis. HEX triplet: 74, C6 and 49. RGB value is (116,198,73). Sum of RGB (Red+Green+Blue) = 116+198+73=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 198 (77.73% from 255 or 51.16% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 198 - color contains mainly: green. Hex color #74C649 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C649 is #8B39B6. Grayscale: #9F9F9F. Windows color (decimal): -9124279 or 4834932. OLE color: 4834932.

HSL color Cylindrical-coordinate representation of color #74C649: hue angle of 99.36º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74C649 is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB11619873-
CMYK0.4100.630.22
HSL99.36º52.3%53.14%-
HSV(B)99.36º63.13%77.65%-
XYZ28.644.5813.4-
YUV159.2379.3397.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.97%
GREEN value IS 198 (77.73% from 255) = 51.16%
BLUE value IS 73 (28.91% from 255) = 18.86%
R=29.97%
G=51.16%
B=18.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal116198730.4100.630.2299.3652.353.14
Hex74C6492903F16633435
Octal16430611151077261436465
Binary11101001100011010010011010010111111101101100011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,198,73); }

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

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

 a { background-color: rgb(116,198,73); }

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

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

 span { border-color: rgb(116,198,73); }

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