Html Css Color HEX #7DC550 Mantis

📋 copy color: '#7DC550'

red 125 ◦ green 197 ◦ blue 80

#7DC550
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #7DC550

Tints of Mantis #7DC550

RGB

 RED value IS 125 (49.22% from 255) = 31.09%

 GREEN value IS 197 (77.34% from 255) = 49%

 BLUE value IS 80 (31.64% from 255) = 19.9%

R = 31.09%
G = 49%
B = 19.9%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#7DC550 (or 0x7DC550) is known color: Mantis. HEX triplet: 7D, C5 and 50. RGB value is (125,197,80). Sum of RGB (Red+Green+Blue) = 125+197+80=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC550 is #823AAF. Grayscale: #A2A2A2. Windows color (decimal): -8534704 or 5293437. OLE color: 5293437.

HSL color Cylindrical-coordinate representation of color #7DC550: hue angle of 96.92º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7DC550 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 125 197 80 -
CMYK 0.37 0 0.59 0.23
HSL 96.92º 0.5% 0.54% -
HSV(B) 96.92º 0.59% 0.77% -
XYZ 29.87 44.87 14.68 -
YUV 162.13 81.65 101.51 -
System Red Green Blue C M Y K H S L
Decimal 125 197 80 0.37 0 0.59 0.23 96.92 0.5 0.54
Hex 7D C5 50 25 0 3B 17 61 32 36
Octal 175 305 120 45 0 73 27 141 62 66
Binary 1111101 11000101 1010000 100101 0 111011 10111 1100001 110010 110110

Color Harmonies of #7DC550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC550

Black with #7DC550

Text Example


Text Example

White with #7DC550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DC550;
 }
 .AnyTagClassName
 {
   color: #7DC550;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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