#7DD552

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

Shades of Mantis #7DD552

Tints of Mantis #7DD552

Color information

#7DD552 (or 0x7DD552) is unknown color: approx Mantis. HEX triplet: 7D, D5 and 52. RGB value is (125,213,82). Sum of RGB (Red+Green+Blue) = 125+213+82=420 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.76% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD552 is #822AAD. Grayscale: #ACACAC. Windows color (decimal): -8530606 or 5428605. OLE color: 5428605.

HSL color Cylindrical-coordinate representation of color #7DD552: hue angle of 100.31º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7DD552 is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB12521382-
CMYK0.4100.620.16
HSL100.31º60.93%57.84%-
HSV(B)100.31º61.5%83.53%-
XYZ33.7752.5616.35-
YUV171.7577.3594.65-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.76%
GREEN value IS 213 (83.59% from 255) = 50.71%
BLUE value IS 82 (32.42% from 255) = 19.52%
R=29.76%
G=50.71%
B=19.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal125213820.4100.620.16100.3160.9357.84
Hex7DD5522903E10643d3a
Octal17532512251076201447572
Binary11111011101010110100101010010111110100001100100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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