#74BB5F

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

Shades of Mantis #74BB5F

Tints of Mantis #74BB5F

Color information

#74BB5F (or 0x74BB5F) is unknown color: approx Mantis. HEX triplet: 74, BB and 5F. RGB value is (116,187,95). Sum of RGB (Red+Green+Blue) = 116+187+95=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 187 - color contains mainly: green. Hex color #74BB5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BB5F is #8B44A0. Grayscale: #9B9B9B. Windows color (decimal): -9127073 or 6273908. OLE color: 6273908.

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

Color convert

RGB11618795-
CMYK0.3800.490.27
HSL106.3º40.35%55.29%-
HSV(B)106.3º49.2%73.33%-
XYZ27.0440.0817.14-
YUV155.2893.9899.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.15%
GREEN value IS 187 (73.44% from 255) = 46.98%
BLUE value IS 95 (37.5% from 255) = 23.87%
R=29.15%
G=46.98%
B=23.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116187950.3800.490.27106.340.3555.29
Hex74BB5F260311B6a2837
Octal16427313746061331525067
Binary11101001011101110111111001100110001110111101010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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