#7DD360

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

Shades of Mantis #7DD360

Tints of Mantis #7DD360

Color information

#7DD360 (or 0x7DD360) is unknown color: approx Mantis. HEX triplet: 7D, D3 and 60. RGB value is (125,211,96). Sum of RGB (Red+Green+Blue) = 125+211+96=432 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.94% from 432); Green value is 211 (82.81% from 255 or 48.84% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 211 - color contains mainly: green. Hex color #7DD360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD360 is #822C9F. Grayscale: #ACACAC. Windows color (decimal): -8531104 or 6345597. OLE color: 6345597.

HSL color Cylindrical-coordinate representation of color #7DD360: hue angle of 104.87º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7DD360 is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB12521196-
CMYK0.4100.550.17
HSL104.87º56.65%60.2%-
HSV(B)104.87º54.5%82.75%-
XYZ33.8651.7919.28-
YUV172.1885.0194.35-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.94%
GREEN value IS 211 (82.81% from 255) = 48.84%
BLUE value IS 96 (37.89% from 255) = 22.22%
R=28.94%
G=48.84%
B=22.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal125211960.4100.550.17104.8756.6560.2
Hex7DD360290371169393c
Octal17532314051067211517174
Binary11111011101001111000001010010110111100011101001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,211,96); }

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

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

 a { background-color: rgb(125,211,96); }

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

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

 span { border-color: rgb(125,211,96); }

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