#75C95F

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

Shades of Mantis #75C95F

Tints of Mantis #75C95F

Color information

#75C95F (or 0x75C95F) is unknown color: approx Mantis. HEX triplet: 75, C9 and 5F. RGB value is (117,201,95). Sum of RGB (Red+Green+Blue) = 117+201+95=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 201 - color contains mainly: green. Hex color #75C95F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C95F is #8A36A0. Grayscale: #A4A4A4. Windows color (decimal): -9057953 or 6277493. OLE color: 6277493.

HSL color Cylindrical-coordinate representation of color #75C95F: hue angle of 107.55º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75C95F is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB11720195-
CMYK0.4200.530.21
HSL107.55º49.53%58.04%-
HSV(B)107.55º52.74%78.82%-
XYZ30.2946.3818.18-
YUV163.889.1794.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.33%
GREEN value IS 201 (78.91% from 255) = 48.67%
BLUE value IS 95 (37.5% from 255) = 23.00%
R=28.33%
G=48.67%
B=23.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal117201950.4200.530.21107.5549.5358.04
Hex75C95F2A035156c323a
Octal16531113752065251546272
Binary11101011100100110111111010100110101101011101100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,201,95); }

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

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

 a { background-color: rgb(117,201,95); }

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

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

 span { border-color: rgb(117,201,95); }

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