Html Css Color HEX #7CBC41 Mantis

📋 copy color: '#7CBC41'

red 124 ◦ green 188 ◦ blue 65

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

Shades of Mantis #7CBC41

Tints of Mantis #7CBC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.24%

R = 32.89%
G = 49.87%
B = 17.24%

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

#7CBC41 (or 0x7CBC41) is known color: Mantis. HEX triplet: 7C, BC and 41. RGB value is (124,188,65). Sum of RGB (Red+Green+Blue) = 124+188+65=377 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.89% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBC41 is #8343BE. Grayscale: #9B9B9B. Windows color (decimal): -8602559 or 4308092. OLE color: 4308092.

HSL color Cylindrical-coordinate representation of color #7CBC41: hue angle of 91.22º degrees, saturation: 0.49, 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 #7CBC41 is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 188 65 -
CMYK 0.34 0 0.65 0.26
HSL 91.22º 0.49% 0.5% -
HSV(B) 91.22º 0.65% 0.74% -
XYZ 27.25 40.63 11.41 -
YUV 154.84 77.3 106 -
System Red Green Blue C M Y K H S L
Decimal 124 188 65 0.34 0 0.65 0.26 91.22 0.49 0.5
Hex 7C BC 41 22 0 41 1A 5B 31 32
Octal 174 274 101 42 0 101 32 133 61 62
Binary 1111100 10111100 1000001 100010 0 1000001 11010 1011011 110001 110010

Color Harmonies of #7CBC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBC41

Black with #7CBC41

Text Example


Text Example

White with #7CBC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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