#7DEA52

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

Shades of Mantis #7DEA52

Tints of Mantis #7DEA52

Color information

#7DEA52 (or 0x7DEA52) is unknown color: approx Mantis. HEX triplet: 7D, EA and 52. RGB value is (125,234,82). Sum of RGB (Red+Green+Blue) = 125+234+82=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 234 (91.80% from 255 or 53.06% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 234 - color contains mainly: green. Hex color #7DEA52 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DEA52 is #8215AD. Grayscale: #B8B8B8. Windows color (decimal): -8525230 or 5433981. OLE color: 5433981.

HSL color Cylindrical-coordinate representation of color #7DEA52: hue angle of 103.03º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7DEA52 is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB12523482-
CMYK0.4700.650.08
HSL103.03º78.35%61.96%-
HSV(B)103.03º64.96%91.76%-
XYZ39.463.8118.22-
YUV184.0870.3985.86-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.34%
GREEN value IS 234 (91.80% from 255) = 53.06%
BLUE value IS 82 (32.42% from 255) = 18.59%
R=28.34%
G=53.06%
B=18.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal125234820.4700.650.08103.0378.3561.96
Hex7DEA522F0418674e3e
Octal1753521225701011014711676
Binary111110111101010101001010111101000001100011001111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DEA52; }

 p { color: rgb(125,234,82); }

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

<style>
 a { background-color: #7DEA52; }

 a { background-color: rgb(125,234,82); }

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

<style>
 span { border-color: #7DEA52; }

 span { border-color: rgb(125,234,82); }

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