#74BE54

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

Shades of Mantis #74BE54

Tints of Mantis #74BE54

Color information

#74BE54 (or 0x74BE54) is unknown color: approx Mantis. HEX triplet: 74, BE and 54. RGB value is (116,190,84). Sum of RGB (Red+Green+Blue) = 116+190+84=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 190 (74.61% from 255 or 48.72% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BE54 is #8B41AB. Grayscale: #9C9C9C. Windows color (decimal): -9126316 or 5553780. OLE color: 5553780.

HSL color Cylindrical-coordinate representation of color #74BE54: hue angle of 101.89º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74BE54 is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB11619084-
CMYK0.3900.560.25
HSL101.89º44.92%53.73%-
HSV(B)101.89º55.79%74.51%-
XYZ27.2241.1814.9-
YUV155.7987.4899.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.74%
GREEN value IS 190 (74.61% from 255) = 48.72%
BLUE value IS 84 (33.20% from 255) = 21.54%
R=29.74%
G=48.72%
B=21.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116190840.3900.560.25101.8944.9253.73
Hex74BE542703819662d36
Octal16427612447070311465566
Binary11101001011111010101001001110111000110011100110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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