#75D25C

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

Shades of Mantis #75D25C

Tints of Mantis #75D25C

Color information

#75D25C (or 0x75D25C) is unknown color: approx Mantis. HEX triplet: 75, D2 and 5C. RGB value is (117,210,92). Sum of RGB (Red+Green+Blue) = 117+210+92=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #75D25C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D25C is #8A2DA3. Grayscale: #A9A9A9. Windows color (decimal): -9055652 or 6083189. OLE color: 6083189.

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

Color convert

RGB11721092-
CMYK0.4400.560.18
HSL107.29º56.73%59.22%-
HSV(B)107.29º56.19%82.35%-
XYZ32.3150.6518.2-
YUV168.7484.6991.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.92%
GREEN value IS 210 (82.42% from 255) = 50.12%
BLUE value IS 92 (36.33% from 255) = 21.96%
R=27.92%
G=50.12%
B=21.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal117210920.4400.560.18107.2956.7359.22
Hex75D25C2C038126b393b
Octal16532213454070221537173
Binary11101011101001010111001011000111000100101101011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,210,92); }

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

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

 a { background-color: rgb(117,210,92); }

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

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

 span { border-color: rgb(117,210,92); }

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