#74BB5B

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

Shades of Mantis #74BB5B

Tints of Mantis #74BB5B

Color information

#74BB5B (or 0x74BB5B) is unknown color: approx Mantis. HEX triplet: 74, BB and 5B. RGB value is (116,187,91). Sum of RGB (Red+Green+Blue) = 116+187+91=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 187 - color contains mainly: green. Hex color #74BB5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BB5B is #8B44A4. Grayscale: #9B9B9B. Windows color (decimal): -9127077 or 6011764. OLE color: 6011764.

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

Color convert

RGB11618791-
CMYK0.3800.510.27
HSL104.38º41.38%54.51%-
HSV(B)104.38º51.34%73.33%-
XYZ26.8640.0116.2-
YUV154.8391.98100.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.44%
GREEN value IS 187 (73.44% from 255) = 47.46%
BLUE value IS 91 (35.94% from 255) = 23.10%
R=29.44%
G=47.46%
B=23.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116187910.3800.510.27104.3841.3854.51
Hex74BB5B260331B682937
Octal16427313346063331505167
Binary11101001011101110110111001100110011110111101000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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