#74C15D

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

Shades of Mantis #74C15D

Tints of Mantis #74C15D

Color information

#74C15D (or 0x74C15D) is unknown color: approx Mantis. HEX triplet: 74, C1 and 5D. RGB value is (116,193,93). Sum of RGB (Red+Green+Blue) = 116+193+93=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #74C15D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C15D is #8B3EA2. Grayscale: #9E9E9E. Windows color (decimal): -9125539 or 6144372. OLE color: 6144372.

HSL color Cylindrical-coordinate representation of color #74C15D: hue angle of 106.2º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74C15D is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB11619393-
CMYK0.4000.520.24
HSL106.2º44.64%56.08%-
HSV(B)106.2º51.81%75.69%-
XYZ28.2542.6417.1-
YUV158.5890.9997.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.86%
GREEN value IS 193 (75.78% from 255) = 48.01%
BLUE value IS 93 (36.72% from 255) = 23.13%
R=28.86%
G=48.01%
B=23.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal116193930.4000.520.24106.244.6456.08
Hex74C15D28034186a2d38
Octal16430113550064301525570
Binary11101001100000110111011010000110100110001101010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,193,93); }

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

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

 a { background-color: rgb(116,193,93); }

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

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

 span { border-color: rgb(116,193,93); }

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