#75D948

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

Shades of Mantis #75D948

Tints of Mantis #75D948

Color information

#75D948 (or 0x75D948) is unknown color: approx Mantis. HEX triplet: 75, D9 and 48. RGB value is (117,217,72). Sum of RGB (Red+Green+Blue) = 117+217+72=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 217 (85.16% from 255 or 53.45% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 217 - color contains mainly: green. Hex color #75D948 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D948 is #8A26B7. Grayscale: #ABABAB. Windows color (decimal): -9053880 or 4774261. OLE color: 4774261.

HSL color Cylindrical-coordinate representation of color #75D948: hue angle of 101.38º 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 #75D948 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB11721772-
CMYK0.4600.670.15
HSL101.38º65.61%56.67%-
HSV(B)101.38º66.82%85.1%-
XYZ33.3253.8814.77-
YUV170.5772.3789.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.82%
GREEN value IS 217 (85.16% from 255) = 53.45%
BLUE value IS 72 (28.52% from 255) = 17.73%
R=28.82%
G=53.45%
B=17.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal117217720.4600.670.15101.3865.6156.67
Hex75D9482E043F654239
Octal1653311105601031714510271
Binary111010111011001100100010111001000011111111001011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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