#75D555

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

Shades of Mantis #75D555

Tints of Mantis #75D555

Color information

#75D555 (or 0x75D555) is unknown color: approx Mantis. HEX triplet: 75, D5 and 55. RGB value is (117,213,85). Sum of RGB (Red+Green+Blue) = 117+213+85=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 213 (83.59% from 255 or 51.33% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 213 - color contains mainly: green. Hex color #75D555 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D555 is #8A2AAA. Grayscale: #AAAAAA. Windows color (decimal): -9054891 or 5625205. OLE color: 5625205.

HSL color Cylindrical-coordinate representation of color #75D555: hue angle of 105º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75D555 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB11721385-
CMYK0.4500.600.16
HSL105º60.38%58.43%-
HSV(B)105º60.09%83.53%-
XYZ32.7752.0316.91-
YUV169.780.290.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.19%
GREEN value IS 213 (83.59% from 255) = 51.33%
BLUE value IS 85 (33.59% from 255) = 20.48%
R=28.19%
G=51.33%
B=20.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal117213850.4500.600.1610560.3858.43
Hex75D5552D03C10693c3a
Octal16532512555074201517472
Binary11101011101010110101011011010111100100001101001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,213,85); }

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

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

 a { background-color: rgb(117,213,85); }

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

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

 span { border-color: rgb(117,213,85); }

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