Html Css Color HEX #7DC160 Mantis

📋 copy color: '#7DC160'

red 125 ◦ green 193 ◦ blue 96

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

Shades of Mantis #7DC160

Tints of Mantis #7DC160

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.62%

 BLUE value IS 96 (37.89% from 255) = 23.19%

R = 30.19%
G = 46.62%
B = 23.19%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#7DC160 (or 0x7DC160) is known color: Mantis. HEX triplet: 7D, C1 and 60. RGB value is (125,193,96). Sum of RGB (Red+Green+Blue) = 125+193+96=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC160 is #823E9F. Grayscale: #A1A1A1. Windows color (decimal): -8535712 or 6340989. OLE color: 6340989.

HSL color Cylindrical-coordinate representation of color #7DC160: hue angle of 102.06º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DC160 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 193 96 -
CMYK 0.35 0 0.50 0.24
HSL 102.06º 0.44% 0.57% -
HSV(B) 102.06º 0.5% 0.76% -
XYZ 29.64 43.34 17.87 -
YUV 161.61 90.97 101.89 -
System Red Green Blue C M Y K H S L
Decimal 125 193 96 0.35 0 0.50 0.24 102.06 0.44 0.57
Hex 7D C1 60 23 0 32 18 66 2C 39
Octal 175 301 140 43 0 62 30 146 54 71
Binary 1111101 11000001 1100000 100011 0 110010 11000 1100110 101100 111001

Color Harmonies of #7DC160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC160

Black with #7DC160

Text Example


Text Example

White with #7DC160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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