#75C448

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

Shades of Mantis #75C448

Tints of Mantis #75C448

Color information

#75C448 (or 0x75C448) is unknown color: approx Mantis. HEX triplet: 75, C4 and 48. RGB value is (117,196,72). Sum of RGB (Red+Green+Blue) = 117+196+72=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 196 (76.95% from 255 or 50.91% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 196 - color contains mainly: green. Hex color #75C448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C448 is #8A3BB7. Grayscale: #9E9E9E. Windows color (decimal): -9059256 or 4768885. OLE color: 4768885.

HSL color Cylindrical-coordinate representation of color #75C448: hue angle of 98.23º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75C448 is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB11719672-
CMYK0.4000.630.23
HSL98.23º51.24%52.55%-
HSV(B)98.23º63.27%76.86%-
XYZ28.2543.7313.08-
YUV158.2479.3398.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.39%
GREEN value IS 196 (76.95% from 255) = 50.91%
BLUE value IS 72 (28.52% from 255) = 18.70%
R=30.39%
G=50.91%
B=18.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal117196720.4000.630.2398.2351.2452.55
Hex75C4482803F17623335
Octal16530411050077271426365
Binary11101011100010010010001010000111111101111100010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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