#75CA48

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

Shades of Mantis #75CA48

Tints of Mantis #75CA48

Color information

#75CA48 (or 0x75CA48) is unknown color: approx Mantis. HEX triplet: 75, CA and 48. RGB value is (117,202,72). Sum of RGB (Red+Green+Blue) = 117+202+72=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 202 (79.30% from 255 or 51.66% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CA48 is #8A35B7. Grayscale: #A2A2A2. Windows color (decimal): -9057720 or 4770421. OLE color: 4770421.

HSL color Cylindrical-coordinate representation of color #75CA48: hue angle of 99.23º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75CA48 is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB11720272-
CMYK0.4200.640.21
HSL99.23º55.08%53.73%-
HSV(B)99.23º64.36%79.22%-
XYZ29.6346.4913.54-
YUV161.7677.3496.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.92%
GREEN value IS 202 (79.30% from 255) = 51.66%
BLUE value IS 72 (28.52% from 255) = 18.41%
R=29.92%
G=51.66%
B=18.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal117202720.4200.640.2199.2355.0853.73
Hex75CA482A04015633736
Octal165312110520100251436766
Binary111010111001010100100010101001000000101011100011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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