#74bd51

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

Shades of Mantis #74BD51

Tints of Mantis #74BD51

Color information

#74BD51 (or 0x74BD51) is unknown color: approx Mantis. HEX triplet: 74, BD and 51. RGB value is (116,189,81). Sum of RGB (Red+Green+Blue) = 116+189+81=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 189 (74.22% from 255 or 48.96% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 189 - color contains mainly: green. Hex color #74BD51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BD51 is #8B42AE. Grayscale: #9B9B9B. Windows color (decimal): -9126575 or 5356916. OLE color: 5356916.

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

Color convert

RGB11618981-
CMYK0.3900.570.26
HSL100.56º45%52.94%-
HSV(B)100.56º57.14%74.12%-
XYZ26.8940.714.22-
YUV154.8686.32100.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.05%
GREEN value IS 189 (74.22% from 255) = 48.96%
BLUE value IS 81 (32.03% from 255) = 20.98%
R=30.05%
G=48.96%
B=20.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal116189810.3900.570.26100.564552.94
Hex74BD51270391A652d35
Octal16427512147071321455565
Binary11101001011110110100011001110111001110101100101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74bd51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,189,81); }

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

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

 a { background-color: rgb(116,189,81); }

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

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

 span { border-color: rgb(116,189,81); }

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