#75DC39

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

Shades of Mantis #75DC39

Tints of Mantis #75DC39

Color information

#75DC39 (or 0x75DC39) is unknown color: approx Mantis. HEX triplet: 75, DC and 39. RGB value is (117,220,57). Sum of RGB (Red+Green+Blue) = 117+220+57=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 220 (86.33% from 255 or 55.84% from 394); Blue value is 57 (22.66% from 255 or 14.47% from 394); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DC39 is #8A23C6. Grayscale: #ABABAB. Windows color (decimal): -9053127 or 3791989. OLE color: 3791989.

HSL color Cylindrical-coordinate representation of color #75DC39: hue angle of 97.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75DC39 is Cyan = 0.47, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB11722057-
CMYK0.4700.740.14
HSL97.91º69.96%54.31%-
HSV(B)97.91º74.09%86.27%-
XYZ33.6755.2612.76-
YUV170.6263.8889.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.70%
GREEN value IS 220 (86.33% from 255) = 55.84%
BLUE value IS 57 (22.66% from 255) = 14.47%
R=29.70%
G=55.84%
B=14.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal117220570.4700.740.1497.9169.9654.31
Hex75DC392F04AE624636
Octal165334715701121614210666
Binary11101011101110011100110111101001010111011000101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DC39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,220,57); }

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

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

 a { background-color: rgb(117,220,57); }

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

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

 span { border-color: rgb(117,220,57); }

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