#74D948

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

Shades of Mantis #74D948

Tints of Mantis #74D948

Color information

#74D948 (or 0x74D948) is unknown color: approx Mantis. HEX triplet: 74, D9 and 48. RGB value is (116,217,72). Sum of RGB (Red+Green+Blue) = 116+217+72=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 217 (85.16% from 255 or 53.58% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 217 - color contains mainly: green. Hex color #74D948 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D948 is #8B26B7. Grayscale: #AAAAAA. Windows color (decimal): -9119416 or 4774260. OLE color: 4774260.

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

Color convert

RGB11621772-
CMYK0.4700.670.15
HSL101.79º65.61%56.67%-
HSV(B)101.79º66.82%85.1%-
XYZ33.1953.8114.77-
YUV170.2772.5489.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.64%
GREEN value IS 217 (85.16% from 255) = 53.58%
BLUE value IS 72 (28.52% from 255) = 17.78%
R=28.64%
G=53.58%
B=17.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal116217720.4700.670.15101.7965.6156.67
Hex74D9482F043F664239
Octal1643311105701031714610271
Binary111010011011001100100010111101000011111111001101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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