#75D253

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

Shades of Mantis #75D253

Tints of Mantis #75D253

Color information

#75D253 (or 0x75D253) is unknown color: approx Mantis. HEX triplet: 75, D2 and 53. RGB value is (117,210,83). Sum of RGB (Red+Green+Blue) = 117+210+83=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 210 (82.42% from 255 or 51.22% from 410); Blue value is 83 (32.81% from 255 or 20.24% from 410); Max value from RGB is 210 - color contains mainly: green. Hex color #75D253 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D253 is #8A2DAC. Grayscale: #A8A8A8. Windows color (decimal): -9055661 or 5493365. OLE color: 5493365.

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

Color convert

RGB11721083-
CMYK0.4400.600.18
HSL103.94º58.53%57.45%-
HSV(B)103.94º60.48%82.35%-
XYZ31.9450.516.25-
YUV167.7180.1991.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.54%
GREEN value IS 210 (82.42% from 255) = 51.22%
BLUE value IS 83 (32.81% from 255) = 20.24%
R=28.54%
G=51.22%
B=20.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal117210830.4400.600.18103.9458.5357.45
Hex75D2532C03C12683b39
Octal16532212354074221507371
Binary11101011101001010100111011000111100100101101000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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