#75B25E

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

Shades of Mantis #75B25E

Tints of Mantis #75B25E

Color information

#75B25E (or 0x75B25E) is unknown color: approx Mantis. HEX triplet: 75, B2 and 5E. RGB value is (117,178,94). Sum of RGB (Red+Green+Blue) = 117+178+94=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 178 - color contains mainly: green. Hex color #75B25E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75B25E is #8A4DA1. Grayscale: #969696. Windows color (decimal): -9063842 or 6206069. OLE color: 6206069.

HSL color Cylindrical-coordinate representation of color #75B25E: hue angle of 103.57º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75B25E is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB11717894-
CMYK0.3400.470.30
HSL103.57º35.29%53.33%-
HSV(B)103.57º47.19%69.8%-
XYZ25.2836.4316.29-
YUV150.1896.29104.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.08%
GREEN value IS 178 (69.92% from 255) = 45.76%
BLUE value IS 94 (37.11% from 255) = 24.16%
R=30.08%
G=45.76%
B=24.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal117178940.3400.470.30103.5735.2953.33
Hex75B25E2202F1E682335
Octal16526213642057361504365
Binary11101011011001010111101000100101111111101101000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,178,94); }

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

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

 a { background-color: rgb(117,178,94); }

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

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

 span { border-color: rgb(117,178,94); }

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