#74BE50

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

Shades of Mantis #74BE50

Tints of Mantis #74BE50

Color information

#74BE50 (or 0x74BE50) is unknown color: approx Mantis. HEX triplet: 74, BE and 50. RGB value is (116,190,80). Sum of RGB (Red+Green+Blue) = 116+190+80=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BE50 is #8B41AF. Grayscale: #9B9B9B. Windows color (decimal): -9126320 or 5291636. OLE color: 5291636.

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

Color convert

RGB11619080-
CMYK0.3900.580.25
HSL100.36º45.83%52.94%-
HSV(B)100.36º57.89%74.51%-
XYZ27.0641.1214.1-
YUV155.3385.4899.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.05%
GREEN value IS 190 (74.61% from 255) = 49.22%
BLUE value IS 80 (31.64% from 255) = 20.73%
R=30.05%
G=49.22%
B=20.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116190800.3900.580.25100.3645.8352.94
Hex74BE502703A19642e35
Octal16427612047072311445665
Binary11101001011111010100001001110111010110011100100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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