#74B954

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

Shades of Mantis #74B954

Tints of Mantis #74B954

Color information

#74B954 (or 0x74B954) is unknown color: approx Mantis. HEX triplet: 74, B9 and 54. RGB value is (116,185,84). Sum of RGB (Red+Green+Blue) = 116+185+84=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 185 - color contains mainly: green. Hex color #74B954 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B954 is #8B46AB. Grayscale: #999999. Windows color (decimal): -9127596 or 5552500. OLE color: 5552500.

HSL color Cylindrical-coordinate representation of color #74B954: hue angle of 100.99º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74B954 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB11618584-
CMYK0.3700.550.27
HSL100.99º41.91%52.75%-
HSV(B)100.99º54.59%72.55%-
XYZ26.1539.0514.55-
YUV152.8589.14101.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.13%
GREEN value IS 185 (72.66% from 255) = 48.05%
BLUE value IS 84 (33.20% from 255) = 21.82%
R=30.13%
G=48.05%
B=21.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116185840.3700.550.27100.9941.9152.75
Hex74B954250371B652a35
Octal16427112445067331455265
Binary11101001011100110101001001010110111110111100101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,185,84); }

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

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

 a { background-color: rgb(116,185,84); }

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

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

 span { border-color: rgb(116,185,84); }

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