Html Css Color HEX #7CBC42 Mantis

📋 copy color: '#7CBC42'

red 124 ◦ green 188 ◦ blue 66

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

Shades of Mantis #7CBC42

Tints of Mantis #7CBC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.46%

R = 32.8%
G = 49.74%
B = 17.46%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#7CBC42 (or 0x7CBC42) is known color: Mantis. HEX triplet: 7C, BC and 42. RGB value is (124,188,66). Sum of RGB (Red+Green+Blue) = 124+188+66=378 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.80% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBC42 is #8343BD. Grayscale: #9B9B9B. Windows color (decimal): -8602558 or 4373628. OLE color: 4373628.

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

Color convert

RGB 124 188 66 -
CMYK 0.34 0 0.65 0.26
HSL 91.48º 0.48% 0.5% -
HSV(B) 91.48º 0.65% 0.74% -
XYZ 27.28 40.64 11.56 -
YUV 154.96 77.8 105.92 -
System Red Green Blue C M Y K H S L
Decimal 124 188 66 0.34 0 0.65 0.26 91.48 0.48 0.5
Hex 7C BC 42 22 0 41 1A 5B 30 32
Octal 174 274 102 42 0 101 32 133 60 62
Binary 1111100 10111100 1000010 100010 0 1000001 11010 1011011 110000 110010

Color Harmonies of #7CBC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBC42

Black with #7CBC42

Text Example


Text Example

White with #7CBC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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