#75CC41

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

Shades of Mantis #75CC41

Tints of Mantis #75CC41

Color information

#75CC41 (or 0x75CC41) is unknown color: approx Mantis. HEX triplet: 75, CC and 41. RGB value is (117,204,65). Sum of RGB (Red+Green+Blue) = 117+204+65=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 204 (80.08% from 255 or 52.85% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 204 - color contains mainly: green. Hex color #75CC41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CC41 is #8A33BE. Grayscale: #A2A2A2. Windows color (decimal): -9057215 or 4312181. OLE color: 4312181.

HSL color Cylindrical-coordinate representation of color #75CC41: hue angle of 97.55º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75CC41 is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB11720465-
CMYK0.4300.680.2
HSL97.55º57.68%52.75%-
HSV(B)97.55º68.14%80%-
XYZ29.8847.3512.57-
YUV162.1473.1895.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.31%
GREEN value IS 204 (80.08% from 255) = 52.85%
BLUE value IS 65 (25.78% from 255) = 16.84%
R=30.31%
G=52.85%
B=16.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal117204650.4300.680.297.5557.6852.75
Hex75CC412B04414623a35
Octal165314101530104241427265
Binary111010111001100100000110101101000100101001100010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,204,65); }

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

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

 a { background-color: rgb(117,204,65); }

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

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

 span { border-color: rgb(117,204,65); }

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