Html Css Color HEX #7CBC49 Mantis

📋 copy color: '#7CBC49'

red 124 ◦ green 188 ◦ blue 73

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

Shades of Mantis #7CBC49

Tints of Mantis #7CBC49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.96%

R = 32.21%
G = 48.83%
B = 18.96%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#7CBC49 (or 0x7CBC49) is known color: Mantis. HEX triplet: 7C, BC and 49. RGB value is (124,188,73). Sum of RGB (Red+Green+Blue) = 124+188+73=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBC49 is #8343B6. Grayscale: #9C9C9C. Windows color (decimal): -8602551 or 4832380. OLE color: 4832380.

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

Color convert

RGB 124 188 73 -
CMYK 0.34 0 0.61 0.26
HSL 93.39º 0.46% 0.51% -
HSV(B) 93.39º 0.61% 0.74% -
XYZ 27.5 40.73 12.72 -
YUV 155.75 81.3 105.35 -
System Red Green Blue C M Y K H S L
Decimal 124 188 73 0.34 0 0.61 0.26 93.39 0.46 0.51
Hex 7C BC 49 22 0 3D 1A 5D 2E 33
Octal 174 274 111 42 0 75 32 135 56 63
Binary 1111100 10111100 1001001 100010 0 111101 11010 1011101 101110 110011

Color Harmonies of #7CBC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBC49

Black with #7CBC49

Text Example


Text Example

White with #7CBC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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