#75CD53

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

Shades of Mantis #75CD53

Tints of Mantis #75CD53

Color information

#75CD53 (or 0x75CD53) is unknown color: approx Mantis. HEX triplet: 75, CD and 53. RGB value is (117,205,83). Sum of RGB (Red+Green+Blue) = 117+205+83=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 205 (80.47% from 255 or 50.62% from 405); Blue value is 83 (32.81% from 255 or 20.49% from 405); Max value from RGB is 205 - color contains mainly: green. Hex color #75CD53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CD53 is #8A32AC. Grayscale: #A5A5A5. Windows color (decimal): -9056941 or 5492085. OLE color: 5492085.

HSL color Cylindrical-coordinate representation of color #75CD53: hue angle of 103.28º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75CD53 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB11720583-
CMYK0.4300.600.20
HSL103.28º54.95%56.47%-
HSV(B)103.28º59.51%80.39%-
XYZ30.7348.0715.84-
YUV164.7881.8593.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.89%
GREEN value IS 205 (80.47% from 255) = 50.62%
BLUE value IS 83 (32.81% from 255) = 20.49%
R=28.89%
G=50.62%
B=20.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal117205830.4300.600.20103.2854.9556.47
Hex75CD532B03C14673738
Octal16531512353074241476770
Binary11101011100110110100111010110111100101001100111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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