#74bb5e

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

Shades of Mantis #74BB5E

Tints of Mantis #74BB5E

Color information

#74BB5E (or 0x74BB5E) is unknown color: approx Mantis. HEX triplet: 74, BB and 5E. RGB value is (116,187,94). Sum of RGB (Red+Green+Blue) = 116+187+94=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 187 - color contains mainly: green. Hex color #74BB5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BB5E is #8B44A1. Grayscale: #9B9B9B. Windows color (decimal): -9127074 or 6208372. OLE color: 6208372.

HSL color Cylindrical-coordinate representation of color #74BB5E: hue angle of 105.81º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74BB5E is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB11618794-
CMYK0.3800.500.27
HSL105.81º40.61%55.1%-
HSV(B)105.81º49.73%73.33%-
XYZ26.9940.0616.9-
YUV155.1793.48100.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.22%
GREEN value IS 187 (73.44% from 255) = 47.10%
BLUE value IS 94 (37.11% from 255) = 23.68%
R=29.22%
G=47.10%
B=23.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116187940.3800.500.27105.8140.6155.1
Hex74BB5E260321B6a2937
Octal16427313646062331525167
Binary11101001011101110111101001100110010110111101010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74bb5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,187,94); }

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

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

 a { background-color: rgb(116,187,94); }

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

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

 span { border-color: rgb(116,187,94); }

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