#75B554

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

Shades of Mantis #75B554

Tints of Mantis #75B554

Color information

#75B554 (or 0x75B554) is unknown color: approx Mantis. HEX triplet: 75, B5 and 54. RGB value is (117,181,84). Sum of RGB (Red+Green+Blue) = 117+181+84=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 181 (71.09% from 255 or 47.38% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 181 - color contains mainly: green. Hex color #75B554 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B554 is #8A4AAB. Grayscale: #979797. Windows color (decimal): -9063084 or 5551477. OLE color: 5551477.

HSL color Cylindrical-coordinate representation of color #75B554: hue angle of 99.59º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75B554 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB11718184-
CMYK0.3500.540.29
HSL99.59º39.59%51.96%-
HSV(B)99.59º53.59%70.98%-
XYZ25.4637.4714.28-
YUV150.8190.3103.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.63%
GREEN value IS 181 (71.09% from 255) = 47.38%
BLUE value IS 84 (33.20% from 255) = 21.99%
R=30.63%
G=47.38%
B=21.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal117181840.3500.540.2999.5939.5951.96
Hex75B554230361D642834
Octal16526512443066351445064
Binary11101011011010110101001000110110110111011100100101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,181,84); }

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

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

 a { background-color: rgb(117,181,84); }

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

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

 span { border-color: rgb(117,181,84); }

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