#75b953

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

Shades of Mantis #75B953

Tints of Mantis #75B953

Color information

#75B953 (or 0x75B953) is unknown color: approx Mantis. HEX triplet: 75, B9 and 53. RGB value is (117,185,83). Sum of RGB (Red+Green+Blue) = 117+185+83=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 185 - color contains mainly: green. Hex color #75B953 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B953 is #8A46AC. Grayscale: #999999. Windows color (decimal): -9062061 or 5486965. OLE color: 5486965.

HSL color Cylindrical-coordinate representation of color #75B953: hue angle of 100º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75B953 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB11718583-
CMYK0.3700.550.27
HSL100º42.15%52.55%-
HSV(B)100º55.14%72.55%-
XYZ26.2539.114.35-
YUV153.0488.47102.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.39%
GREEN value IS 185 (72.66% from 255) = 48.05%
BLUE value IS 83 (32.81% from 255) = 21.56%
R=30.39%
G=48.05%
B=21.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal117185830.3700.550.2710042.1552.55
Hex75B953250371B642a35
Octal16527112345067331445265
Binary11101011011100110100111001010110111110111100100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75b953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,185,83); }

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

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

 a { background-color: rgb(117,185,83); }

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

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

 span { border-color: rgb(117,185,83); }

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