#74B851

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

Shades of Mantis #74B851

Tints of Mantis #74B851

Color information

#74B851 (or 0x74B851) is unknown color: approx Mantis. HEX triplet: 74, B8 and 51. RGB value is (116,184,81). Sum of RGB (Red+Green+Blue) = 116+184+81=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 184 - color contains mainly: green. Hex color #74B851 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B851 is #8B47AE. Grayscale: #989898. Windows color (decimal): -9127855 or 5355636. OLE color: 5355636.

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

Color convert

RGB11618481-
CMYK0.3700.560.28
HSL99.61º42.04%51.96%-
HSV(B)99.61º55.98%72.16%-
XYZ25.8338.5913.87-
YUV151.9387.97102.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.45%
GREEN value IS 184 (72.27% from 255) = 48.29%
BLUE value IS 81 (32.03% from 255) = 21.26%
R=30.45%
G=48.29%
B=21.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal116184810.3700.560.2899.6142.0451.96
Hex74B851250381C642a34
Octal16427012145070341445264
Binary11101001011100010100011001010111000111001100100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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