Html Css Color HEX #7CBC4F Mantis

📋 copy color: '#7CBC4F'

red 124 ◦ green 188 ◦ blue 79

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

Shades of Mantis #7CBC4F

Tints of Mantis #7CBC4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.2%

R = 31.71%
G = 48.08%
B = 20.2%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#7CBC4F (or 0x7CBC4F) is known color: Mantis. HEX triplet: 7C, BC and 4F. RGB value is (124,188,79). Sum of RGB (Red+Green+Blue) = 124+188+79=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBC4F is #8343B0. Grayscale: #9C9C9C. Windows color (decimal): -8602545 or 5225596. OLE color: 5225596.

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

Color convert

RGB 124 188 79 -
CMYK 0.34 0 0.58 0.26
HSL 95.23º 0.45% 0.52% -
HSV(B) 95.23º 0.58% 0.74% -
XYZ 27.71 40.82 13.82 -
YUV 156.44 84.3 104.86 -
System Red Green Blue C M Y K H S L
Decimal 124 188 79 0.34 0 0.58 0.26 95.23 0.45 0.52
Hex 7C BC 4F 22 0 3A 1A 5F 2D 34
Octal 174 274 117 42 0 72 32 137 55 64
Binary 1111100 10111100 1001111 100010 0 111010 11010 1011111 101101 110100

Color Harmonies of #7CBC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBC4F

Black with #7CBC4F

Text Example


Text Example

White with #7CBC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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