#75C04B

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

Shades of Mantis #75C04B

Tints of Mantis #75C04B

Color information

#75C04B (or 0x75C04B) is unknown color: approx Mantis. HEX triplet: 75, C0 and 4B. RGB value is (117,192,75). Sum of RGB (Red+Green+Blue) = 117+192+75=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #75C04B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C04B is #8A3FB4. Grayscale: #9C9C9C. Windows color (decimal): -9060277 or 4964469. OLE color: 4964469.

HSL color Cylindrical-coordinate representation of color #75C04B: hue angle of 98.46º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #75C04B is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB11719275-
CMYK0.3900.610.25
HSL98.46º48.15%52.35%-
HSV(B)98.46º60.94%75.29%-
XYZ27.4641.9913.31-
YUV156.2482.15100.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.47%
GREEN value IS 192 (75.39% from 255) = 50%
BLUE value IS 75 (29.69% from 255) = 19.53%
R=30.47%
G=50%
B=19.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117192750.3900.610.2598.4648.1552.35
Hex75C04B2703D19623034
Octal16530011347075311426064
Binary11101011100000010010111001110111101110011100010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,192,75); }

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

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

 a { background-color: rgb(117,192,75); }

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

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

 span { border-color: rgb(117,192,75); }

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