#74D356

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

Shades of Mantis #74D356

Tints of Mantis #74D356

Color information

#74D356 (or 0x74D356) is unknown color: approx Mantis. HEX triplet: 74, D3 and 56. RGB value is (116,211,86). Sum of RGB (Red+Green+Blue) = 116+211+86=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 211 (82.81% from 255 or 51.09% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 211 - color contains mainly: green. Hex color #74D356 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D356 is #8B2CA9. Grayscale: #A8A8A8. Windows color (decimal): -9120938 or 5690228. OLE color: 5690228.

HSL color Cylindrical-coordinate representation of color #74D356: hue angle of 105.6º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74D356 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB11621186-
CMYK0.4500.590.17
HSL105.6º58.69%58.24%-
HSV(B)105.6º59.24%82.75%-
XYZ32.1850.9716.95-
YUV168.3481.5390.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.09%
GREEN value IS 211 (82.81% from 255) = 51.09%
BLUE value IS 86 (33.98% from 255) = 20.82%
R=28.09%
G=51.09%
B=20.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal116211860.4500.590.17105.658.6958.24
Hex74D3562D03B116a3b3a
Octal16432312655073211527372
Binary11101001101001110101101011010111011100011101010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,211,86); }

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

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

 a { background-color: rgb(116,211,86); }

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

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

 span { border-color: rgb(116,211,86); }

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