Html Css Color HEX #7CBC46 Mantis

📋 copy color: '#7CBC46'

red 124 ◦ green 188 ◦ blue 70

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

Shades of Mantis #7CBC46

Tints of Mantis #7CBC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.32%

R = 32.46%
G = 49.21%
B = 18.32%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#7CBC46 (or 0x7CBC46) is known color: Mantis. HEX triplet: 7C, BC and 46. RGB value is (124,188,70). Sum of RGB (Red+Green+Blue) = 124+188+70=382 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.46% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 70 (27.73% from 255 or 18.32% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBC46 is #8343B9. Grayscale: #9B9B9B. Windows color (decimal): -8602554 or 4635772. OLE color: 4635772.

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

Color convert

RGB 124 188 70 -
CMYK 0.34 0 0.63 0.26
HSL 92.54º 0.47% 0.51% -
HSV(B) 92.54º 0.63% 0.74% -
XYZ 27.4 40.69 12.2 -
YUV 155.41 79.8 105.59 -
System Red Green Blue C M Y K H S L
Decimal 124 188 70 0.34 0 0.63 0.26 92.54 0.47 0.51
Hex 7C BC 46 22 0 3F 1A 5D 2F 33
Octal 174 274 106 42 0 77 32 135 57 63
Binary 1111100 10111100 1000110 100010 0 111111 11010 1011101 101111 110011

Color Harmonies of #7CBC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBC46

Black with #7CBC46

Text Example


Text Example

White with #7CBC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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