Html Css Color HEX #7CBC50 Mantis

📋 copy color: '#7CBC50'

red 124 ◦ green 188 ◦ blue 80

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

Shades of Mantis #7CBC50

Tints of Mantis #7CBC50

RGB

 RED value IS 124 (48.83% from 255) = 31.63%

 GREEN value IS 188 (73.83% from 255) = 47.96%

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

R = 31.63%
G = 47.96%
B = 20.41%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#7CBC50 (or 0x7CBC50) is known color: Mantis. HEX triplet: 7C, BC and 50. RGB value is (124,188,80). Sum of RGB (Red+Green+Blue) = 124+188+80=392 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.63% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBC50 is #8343AF. Grayscale: #9C9C9C. Windows color (decimal): -8602544 or 5291132. OLE color: 5291132.

HSL color Cylindrical-coordinate representation of color #7CBC50: hue angle of 95.56º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7CBC50 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 188 80 -
CMYK 0.34 0 0.57 0.26
HSL 95.56º 0.45% 0.53% -
HSV(B) 95.56º 0.57% 0.74% -
XYZ 27.74 40.83 14.01 -
YUV 156.55 84.8 104.78 -
System Red Green Blue C M Y K H S L
Decimal 124 188 80 0.34 0 0.57 0.26 95.56 0.45 0.53
Hex 7C BC 50 22 0 39 1A 60 2D 35
Octal 174 274 120 42 0 71 32 140 55 65
Binary 1111100 10111100 1010000 100010 0 111001 11010 1100000 101101 110101

Color Harmonies of #7CBC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBC50

Black with #7CBC50

Text Example


Text Example

White with #7CBC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,188,80); }

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

background-color css

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

 a { background-color: rgb(124,188,80); }

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

border-color css

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

 span { border-color: rgb(124,188,80); }

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