#74D942

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

Shades of Mantis #74D942

Tints of Mantis #74D942

Color information

#74D942 (or 0x74D942) is unknown color: approx Mantis. HEX triplet: 74, D9 and 42. RGB value is (116,217,66). Sum of RGB (Red+Green+Blue) = 116+217+66=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 217 (85.16% from 255 or 54.39% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 217 - color contains mainly: green. Hex color #74D942 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D942 is #8B26BD. Grayscale: #AAAAAA. Windows color (decimal): -9119422 or 4381044. OLE color: 4381044.

HSL color Cylindrical-coordinate representation of color #74D942: hue angle of 100.13º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74D942 is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB11621766-
CMYK0.4700.700.15
HSL100.13º66.52%55.49%-
HSV(B)100.13º69.59%85.1%-
XYZ3353.7313.79-
YUV169.5969.5489.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.07%
GREEN value IS 217 (85.16% from 255) = 54.39%
BLUE value IS 66 (26.17% from 255) = 16.54%
R=29.07%
G=54.39%
B=16.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal116217660.4700.700.15100.1366.5255.49
Hex74D9422F046F644337
Octal1643311025701061714410367
Binary111010011011001100001010111101000110111111001001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,217,66); }

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

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

 a { background-color: rgb(116,217,66); }

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

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

 span { border-color: rgb(116,217,66); }

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