Html Css Color HEX #7DC150 Mantis

📋 copy color: '#7DC150'

red 125 ◦ green 193 ◦ blue 80

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

Shades of Mantis #7DC150

Tints of Mantis #7DC150

RGB

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

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

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

R = 31.41%
G = 48.49%
B = 20.1%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#7DC150 (or 0x7DC150) is known color: Mantis. HEX triplet: 7D, C1 and 50. RGB value is (125,193,80). Sum of RGB (Red+Green+Blue) = 125+193+80=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC150 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC150 is #823EAF. Grayscale: #A0A0A0. Windows color (decimal): -8535728 or 5292413. OLE color: 5292413.

HSL color Cylindrical-coordinate representation of color #7DC150: hue angle of 96.11º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7DC150 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 193 80 -
CMYK 0.35 0 0.59 0.24
HSL 96.11º 0.48% 0.54% -
HSV(B) 96.11º 0.59% 0.76% -
XYZ 28.98 43.08 14.38 -
YUV 159.79 82.97 103.19 -
System Red Green Blue C M Y K H S L
Decimal 125 193 80 0.35 0 0.59 0.24 96.11 0.48 0.54
Hex 7D C1 50 23 0 3B 18 60 30 36
Octal 175 301 120 43 0 73 30 140 60 66
Binary 1111101 11000001 1010000 100011 0 111011 11000 1100000 110000 110110

Color Harmonies of #7DC150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC150

Black with #7DC150

Text Example


Text Example

White with #7DC150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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