#74BC54

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

Shades of Mantis #74BC54

Tints of Mantis #74BC54

Color information

#74BC54 (or 0x74BC54) is unknown color: approx Mantis. HEX triplet: 74, BC and 54. RGB value is (116,188,84). Sum of RGB (Red+Green+Blue) = 116+188+84=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BC54 is #8B43AB. Grayscale: #9A9A9A. Windows color (decimal): -9126828 or 5553268. OLE color: 5553268.

HSL color Cylindrical-coordinate representation of color #74BC54: hue angle of 101.54º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74BC54 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB11618884-
CMYK0.3800.550.26
HSL101.54º43.7%53.33%-
HSV(B)101.54º55.32%73.73%-
XYZ26.7940.3214.76-
YUV154.6288.15100.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.90%
GREEN value IS 188 (73.83% from 255) = 48.45%
BLUE value IS 84 (33.20% from 255) = 21.65%
R=29.90%
G=48.45%
B=21.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal116188840.3800.550.26101.5443.753.33
Hex74BC54260371A662c35
Octal16427412446067321465465
Binary11101001011110010101001001100110111110101100110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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