#75CD41

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

Shades of Mantis #75CD41

Tints of Mantis #75CD41

Color information

#75CD41 (or 0x75CD41) is unknown color: approx Mantis. HEX triplet: 75, CD and 41. RGB value is (117,205,65). Sum of RGB (Red+Green+Blue) = 117+205+65=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 205 (80.47% from 255 or 52.97% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 205 - color contains mainly: green. Hex color #75CD41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CD41 is #8A32BE. Grayscale: #A3A3A3. Windows color (decimal): -9056959 or 4312437. OLE color: 4312437.

HSL color Cylindrical-coordinate representation of color #75CD41: hue angle of 97.71º 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 #75CD41 is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB11720565-
CMYK0.4300.680.20
HSL97.71º58.33%52.94%-
HSV(B)97.71º68.29%80.39%-
XYZ30.1247.8312.64-
YUV162.7372.8595.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.23%
GREEN value IS 205 (80.47% from 255) = 52.97%
BLUE value IS 65 (25.78% from 255) = 16.80%
R=30.23%
G=52.97%
B=16.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal117205650.4300.680.2097.7158.3352.94
Hex75CD412B04414623a35
Octal165315101530104241427265
Binary111010111001101100000110101101000100101001100010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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