#74C847

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

Shades of Mantis #74C847

Tints of Mantis #74C847

Color information

#74C847 (or 0x74C847) is unknown color: approx Mantis. HEX triplet: 74, C8 and 47. RGB value is (116,200,71). Sum of RGB (Red+Green+Blue) = 116+200+71=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 200 (78.52% from 255 or 51.68% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 200 - color contains mainly: green. Hex color #74C847 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C847 is #8B37B8. Grayscale: #A0A0A0. Windows color (decimal): -9123769 or 4704372. OLE color: 4704372.

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

Color convert

RGB11620071-
CMYK0.4200.640.22
HSL99.07º53.97%53.14%-
HSV(B)99.07º64.5%78.43%-
XYZ28.9945.4813.21-
YUV160.1877.6796.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.97%
GREEN value IS 200 (78.52% from 255) = 51.68%
BLUE value IS 71 (28.12% from 255) = 18.35%
R=29.97%
G=51.68%
B=18.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal116200710.4200.640.2299.0753.9753.14
Hex74C8472A04016633635
Octal164310107520100261436665
Binary111010011001000100011110101001000000101101100011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,200,71); }

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

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

 a { background-color: rgb(116,200,71); }

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

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

 span { border-color: rgb(116,200,71); }

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