#75C650

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

Shades of Mantis #75C650

Tints of Mantis #75C650

Color information

#75C650 (or 0x75C650) is unknown color: approx Mantis. HEX triplet: 75, C6 and 50. RGB value is (117,198,80). Sum of RGB (Red+Green+Blue) = 117+198+80=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 198 (77.73% from 255 or 50.13% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 198 - color contains mainly: green. Hex color #75C650 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C650 is #8A39AF. Grayscale: #A0A0A0. Windows color (decimal): -9058736 or 5293685. OLE color: 5293685.

HSL color Cylindrical-coordinate representation of color #75C650: hue angle of 101.19º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75C650 is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB11719880-
CMYK0.4100.600.22
HSL101.19º50.86%54.51%-
HSV(B)101.19º59.6%77.65%-
XYZ28.9844.7514.7-
YUV160.3382.6697.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.62%
GREEN value IS 198 (77.73% from 255) = 50.13%
BLUE value IS 80 (31.64% from 255) = 20.25%
R=29.62%
G=50.13%
B=20.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal117198800.4100.600.22101.1950.8654.51
Hex75C6502903C16653337
Octal16530612051074261456367
Binary11101011100011010100001010010111100101101100101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,198,80); }

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

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

 a { background-color: rgb(117,198,80); }

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

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

 span { border-color: rgb(117,198,80); }

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