Html Css Color HEX #7CBC5D Mantis

📋 copy color: '#7CBC5D'

red 124 ◦ green 188 ◦ blue 93

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

Shades of Mantis #7CBC5D

Tints of Mantis #7CBC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.96%

R = 30.62%
G = 46.42%
B = 22.96%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#7CBC5D (or 0x7CBC5D) is known color: Mantis. HEX triplet: 7C, BC and 5D. RGB value is (124,188,93). Sum of RGB (Red+Green+Blue) = 124+188+93=405 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.62% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBC5D is #8343A2. Grayscale: #9E9E9E. Windows color (decimal): -8602531 or 6143100. OLE color: 6143100.

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

Color convert

RGB 124 188 93 -
CMYK 0.34 0 0.51 0.26
HSL 100.42º 0.41% 0.55% -
HSV(B) 100.42º 0.51% 0.74% -
XYZ 28.27 41.04 16.79 -
YUV 158.03 91.3 103.72 -
System Red Green Blue C M Y K H S L
Decimal 124 188 93 0.34 0 0.51 0.26 100.42 0.41 0.55
Hex 7C BC 5D 22 0 33 1A 64 29 37
Octal 174 274 135 42 0 63 32 144 51 67
Binary 1111100 10111100 1011101 100010 0 110011 11010 1100100 101001 110111

Color Harmonies of #7CBC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBC5D

Black with #7CBC5D

Text Example


Text Example

White with #7CBC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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