#7DC950

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

Shades of Mantis #7DC950

Tints of Mantis #7DC950

Color information

#7DC950 (or 0x7DC950) is unknown color: approx Mantis. HEX triplet: 7D, C9 and 50. RGB value is (125,201,80). Sum of RGB (Red+Green+Blue) = 125+201+80=406 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.79% from 406); Green value is 201 (78.91% from 255 or 49.51% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC950 is #8236AF. Grayscale: #A4A4A4. Windows color (decimal): -8533680 or 5294461. OLE color: 5294461.

HSL color Cylindrical-coordinate representation of color #7DC950: hue angle of 97.69º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7DC950 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB12520180-
CMYK0.3800.600.21
HSL97.69º52.84%55.1%-
HSV(B)97.69º60.2%78.82%-
XYZ30.7946.7114.98-
YUV164.4880.3299.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.79%
GREEN value IS 201 (78.91% from 255) = 49.51%
BLUE value IS 80 (31.64% from 255) = 19.70%
R=30.79%
G=49.51%
B=19.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal125201800.3800.600.2197.6952.8455.1
Hex7DC9502603C15623537
Octal17531112046074251426567
Binary11111011100100110100001001100111100101011100010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,201,80); }

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

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

 a { background-color: rgb(125,201,80); }

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

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

 span { border-color: rgb(125,201,80); }

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