#75D440

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

Shades of Mantis #75D440

Tints of Mantis #75D440

Color information

#75D440 (or 0x75D440) is unknown color: approx Mantis. HEX triplet: 75, D4 and 40. RGB value is (117,212,64). Sum of RGB (Red+Green+Blue) = 117+212+64=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 212 (83.20% from 255 or 53.94% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 212 - color contains mainly: green. Hex color #75D440 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D440 is #8A2BBF. Grayscale: #A7A7A7. Windows color (decimal): -9055168 or 4248693. OLE color: 4248693.

HSL color Cylindrical-coordinate representation of color #75D440: hue angle of 98.51º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75D440 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB11721264-
CMYK0.4500.700.17
HSL98.51º63.25%54.12%-
HSV(B)98.51º69.81%83.14%-
XYZ31.8151.2413.06-
YUV166.7270.0392.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.77%
GREEN value IS 212 (83.20% from 255) = 53.94%
BLUE value IS 64 (25.39% from 255) = 16.28%
R=29.77%
G=53.94%
B=16.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal117212640.4500.700.1798.5163.2554.12
Hex75D4402D04611633f36
Octal165324100550106211437766
Binary111010111010100100000010110101000110100011100011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,212,64); }

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

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

 a { background-color: rgb(117,212,64); }

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

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

 span { border-color: rgb(117,212,64); }

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