#75D53D

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

Shades of Mantis #75D53D

Tints of Mantis #75D53D

Color information

#75D53D (or 0x75D53D) is unknown color: approx Mantis. HEX triplet: 75, D5 and 3D. RGB value is (117,213,61). Sum of RGB (Red+Green+Blue) = 117+213+61=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 213 (83.59% from 255 or 54.48% from 391); Blue value is 61 (24.22% from 255 or 15.60% from 391); Max value from RGB is 213 - color contains mainly: green. Hex color #75D53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D53D is #8A2AC2. Grayscale: #A7A7A7. Windows color (decimal): -9054915 or 4052341. OLE color: 4052341.

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

Color convert

RGB11721361-
CMYK0.4500.710.16
HSL97.89º64.41%53.73%-
HSV(B)97.89º71.36%83.53%-
XYZ31.9751.7112.71-
YUV166.9768.292.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.92%
GREEN value IS 213 (83.59% from 255) = 54.48%
BLUE value IS 61 (24.22% from 255) = 15.60%
R=29.92%
G=54.48%
B=15.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal117213610.4500.710.1697.8964.4153.73
Hex75D53D2D04710624036
Octal165325755501072014210066
Binary111010111010101111101101101010001111000011000101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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