#75D258

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

Shades of Mantis #75D258

Tints of Mantis #75D258

Color information

#75D258 (or 0x75D258) is unknown color: approx Mantis. HEX triplet: 75, D2 and 58. RGB value is (117,210,88). Sum of RGB (Red+Green+Blue) = 117+210+88=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 210 (82.42% from 255 or 50.60% from 415); Blue value is 88 (34.77% from 255 or 21.20% from 415); Max value from RGB is 210 - color contains mainly: green. Hex color #75D258 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D258 is #8A2DA7. Grayscale: #A8A8A8. Windows color (decimal): -9055656 or 5821045. OLE color: 5821045.

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

Color convert

RGB11721088-
CMYK0.4400.580.18
HSL105.74º57.55%58.43%-
HSV(B)105.74º58.1%82.35%-
XYZ32.1450.5817.3-
YUV168.2882.6991.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.19%
GREEN value IS 210 (82.42% from 255) = 50.60%
BLUE value IS 88 (34.77% from 255) = 21.20%
R=28.19%
G=50.60%
B=21.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal117210880.4400.580.18105.7457.5558.43
Hex75D2582C03A126a3a3a
Octal16532213054072221527272
Binary11101011101001010110001011000111010100101101010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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