Html Css Color HEX #7DBA50 Mantis

📋 copy color: '#7DBA50'

red 125 ◦ green 186 ◦ blue 80

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

Shades of Mantis #7DBA50

Tints of Mantis #7DBA50

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.57%

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

R = 31.97%
G = 47.57%
B = 20.46%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#7DBA50 (or 0x7DBA50) is known color: Mantis. HEX triplet: 7D, BA and 50. RGB value is (125,186,80). Sum of RGB (Red+Green+Blue) = 125+186+80=391 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.97% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBA50 is #8245AF. Grayscale: #9C9C9C. Windows color (decimal): -8537520 or 5290621. OLE color: 5290621.

HSL color Cylindrical-coordinate representation of color #7DBA50: hue angle of 94.53º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7DBA50 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 186 80 -
CMYK 0.33 0 0.57 0.27
HSL 94.53º 0.43% 0.52% -
HSV(B) 94.53º 0.57% 0.73% -
XYZ 27.46 40.06 13.87 -
YUV 155.68 85.29 106.12 -
System Red Green Blue C M Y K H S L
Decimal 125 186 80 0.33 0 0.57 0.27 94.53 0.43 0.52
Hex 7D BA 50 21 0 39 1B 5F 2B 34
Octal 175 272 120 41 0 71 33 137 53 64
Binary 1111101 10111010 1010000 100001 0 111001 11011 1011111 101011 110100

Color Harmonies of #7DBA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBA50

Black with #7DBA50

Text Example


Text Example

White with #7DBA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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