#74BF4E

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

Shades of Mantis #74BF4E

Tints of Mantis #74BF4E

Color information

#74BF4E (or 0x74BF4E) is unknown color: approx Mantis. HEX triplet: 74, BF and 4E. RGB value is (116,191,78). Sum of RGB (Red+Green+Blue) = 116+191+78=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 191 (75% from 255 or 49.61% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BF4E is #8B40B1. Grayscale: #9C9C9C. Windows color (decimal): -9126066 or 5160820. OLE color: 5160820.

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

Color convert

RGB11619178-
CMYK0.3900.590.25
HSL99.82º46.89%52.75%-
HSV(B)99.82º59.16%74.9%-
XYZ27.2141.5213.79-
YUV155.6984.1599.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.13%
GREEN value IS 191 (75% from 255) = 49.61%
BLUE value IS 78 (30.86% from 255) = 20.26%
R=30.13%
G=49.61%
B=20.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116191780.3900.590.2599.8246.8952.75
Hex74BF4E2703B19642f35
Octal16427711647073311445765
Binary11101001011111110011101001110111011110011100100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,191,78); }

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

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

 a { background-color: rgb(116,191,78); }

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

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

 span { border-color: rgb(116,191,78); }

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