Html Css Color HEX #7CBC48 Mantis

📋 copy color: '#7CBC48'

red 124 ◦ green 188 ◦ blue 72

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

Shades of Mantis #7CBC48

Tints of Mantis #7CBC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.75%

R = 32.29%
G = 48.96%
B = 18.75%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#7CBC48 (or 0x7CBC48) is known color: Mantis. HEX triplet: 7C, BC and 48. RGB value is (124,188,72). Sum of RGB (Red+Green+Blue) = 124+188+72=384 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.29% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBC48 is #8343B7. Grayscale: #9C9C9C. Windows color (decimal): -8602552 or 4766844. OLE color: 4766844.

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

Color convert

RGB 124 188 72 -
CMYK 0.34 0 0.62 0.26
HSL 93.1º 0.46% 0.51% -
HSV(B) 93.1º 0.62% 0.74% -
XYZ 27.47 40.72 12.54 -
YUV 155.64 80.8 105.43 -
System Red Green Blue C M Y K H S L
Decimal 124 188 72 0.34 0 0.62 0.26 93.1 0.46 0.51
Hex 7C BC 48 22 0 3E 1A 5D 2E 33
Octal 174 274 110 42 0 76 32 135 56 63
Binary 1111100 10111100 1001000 100010 0 111110 11010 1011101 101110 110011

Color Harmonies of #7CBC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBC48

Black with #7CBC48

Text Example


Text Example

White with #7CBC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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