#74C051

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

Shades of Mantis #74C051

Tints of Mantis #74C051

Color information

#74C051 (or 0x74C051) is unknown color: approx Mantis. HEX triplet: 74, C0 and 51. RGB value is (116,192,81). Sum of RGB (Red+Green+Blue) = 116+192+81=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #74C051 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C051 is #8B3FAE. Grayscale: #9C9C9C. Windows color (decimal): -9125807 or 5357684. OLE color: 5357684.

HSL color Cylindrical-coordinate representation of color #74C051: hue angle of 101.08º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74C051 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB11619281-
CMYK0.4000.580.25
HSL101.08º46.84%53.53%-
HSV(B)101.08º57.81%75.29%-
XYZ27.5442.0114.44-
YUV156.6285.3299.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.82%
GREEN value IS 192 (75.39% from 255) = 49.36%
BLUE value IS 81 (32.03% from 255) = 20.82%
R=29.82%
G=49.36%
B=20.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116192810.4000.580.25101.0846.8453.53
Hex74C0512803A19652f36
Octal16430012150072311455766
Binary11101001100000010100011010000111010110011100101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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