#74B951

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

Shades of Mantis #74B951

Tints of Mantis #74B951

Color information

#74B951 (or 0x74B951) is unknown color: approx Mantis. HEX triplet: 74, B9 and 51. RGB value is (116,185,81). Sum of RGB (Red+Green+Blue) = 116+185+81=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 185 (72.66% from 255 or 48.43% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 185 - color contains mainly: green. Hex color #74B951 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B951 is #8B46AE. Grayscale: #989898. Windows color (decimal): -9127599 or 5355892. OLE color: 5355892.

HSL color Cylindrical-coordinate representation of color #74B951: hue angle of 99.81º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74B951 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB11618581-
CMYK0.3700.560.27
HSL99.81º42.62%52.16%-
HSV(B)99.81º56.22%72.55%-
XYZ26.0439.0113.94-
YUV152.5187.64101.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.37%
GREEN value IS 185 (72.66% from 255) = 48.43%
BLUE value IS 81 (32.03% from 255) = 21.20%
R=30.37%
G=48.43%
B=21.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116185810.3700.560.2799.8142.6252.16
Hex74B951250381B642b34
Octal16427112145070331445364
Binary11101001011100110100011001010111000110111100100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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