#75D041

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

Shades of Mantis #75D041

Tints of Mantis #75D041

Color information

#75D041 (or 0x75D041) is unknown color: approx Mantis. HEX triplet: 75, D0 and 41. RGB value is (117,208,65). Sum of RGB (Red+Green+Blue) = 117+208+65=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 208 (81.64% from 255 or 53.33% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 208 - color contains mainly: green. Hex color #75D041 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D041 is #8A2FBE. Grayscale: #A4A4A4. Windows color (decimal): -9056191 or 4313205. OLE color: 4313205.

HSL color Cylindrical-coordinate representation of color #75D041: hue angle of 98.18º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75D041 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB11720865-
CMYK0.4400.690.18
HSL98.18º60.34%53.53%-
HSV(B)98.18º68.75%81.57%-
XYZ30.8549.2812.89-
YUV164.4971.8594.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30%
GREEN value IS 208 (81.64% from 255) = 53.33%
BLUE value IS 65 (25.78% from 255) = 16.67%
R=30%
G=53.33%
B=16.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal117208650.4400.690.1898.1860.3453.53
Hex75D0412C04512623c36
Octal165320101540105221427466
Binary111010111010000100000110110001000101100101100010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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