#75CB59

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

Shades of Mantis #75CB59

Tints of Mantis #75CB59

Color information

#75CB59 (or 0x75CB59) is unknown color: approx Mantis. HEX triplet: 75, CB and 59. RGB value is (117,203,89). Sum of RGB (Red+Green+Blue) = 117+203+89=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 89 (35.16% from 255 or 21.76% from 409); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CB59 is #8A34A6. Grayscale: #A4A4A4. Windows color (decimal): -9057447 or 5884789. OLE color: 5884789.

HSL color Cylindrical-coordinate representation of color #75CB59: hue angle of 105.26º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75CB59 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB11720389-
CMYK0.4200.560.20
HSL105.26º52.29%57.25%-
HSV(B)105.26º56.16%79.61%-
XYZ30.547.2216.96-
YUV164.2985.5194.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.61%
GREEN value IS 203 (79.69% from 255) = 49.63%
BLUE value IS 89 (35.16% from 255) = 21.76%
R=28.61%
G=49.63%
B=21.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal117203890.4200.560.20105.2652.2957.25
Hex75CB592A03814693439
Octal16531313152070241516471
Binary11101011100101110110011010100111000101001101001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CB59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,203,89); }

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

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

 a { background-color: rgb(117,203,89); }

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

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

 span { border-color: rgb(117,203,89); }

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