#74C855

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

Shades of Mantis #74C855

Tints of Mantis #74C855

Color information

#74C855 (or 0x74C855) is unknown color: approx Mantis. HEX triplet: 74, C8 and 55. RGB value is (116,200,85). Sum of RGB (Red+Green+Blue) = 116+200+85=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 200 (78.52% from 255 or 49.88% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 200 - color contains mainly: green. Hex color #74C855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C855 is #8B37AA. Grayscale: #A2A2A2. Windows color (decimal): -9123755 or 5621876. OLE color: 5621876.

HSL color Cylindrical-coordinate representation of color #74C855: hue angle of 103.83º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74C855 is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB11620085-
CMYK0.4200.580.22
HSL103.83º51.11%55.88%-
HSV(B)103.83º57.5%78.43%-
XYZ29.545.6815.86-
YUV161.7784.6795.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.93%
GREEN value IS 200 (78.52% from 255) = 49.88%
BLUE value IS 85 (33.59% from 255) = 21.20%
R=28.93%
G=49.88%
B=21.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal116200850.4200.580.22103.8351.1155.88
Hex74C8552A03A16683338
Octal16431012552072261506370
Binary11101001100100010101011010100111010101101101000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,200,85); }

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

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

 a { background-color: rgb(116,200,85); }

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

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

 span { border-color: rgb(116,200,85); }

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