Html Css Color HEX #7CBC4B Mantis

📋 copy color: '#7CBC4B'

red 124 ◦ green 188 ◦ blue 75

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

Shades of Mantis #7CBC4B

Tints of Mantis #7CBC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.38%

R = 32.04%
G = 48.58%
B = 19.38%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#7CBC4B (or 0x7CBC4B) is known color: Mantis. HEX triplet: 7C, BC and 4B. RGB value is (124,188,75). Sum of RGB (Red+Green+Blue) = 124+188+75=387 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.04% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBC4B is #8343B4. Grayscale: #9C9C9C. Windows color (decimal): -8602549 or 4963452. OLE color: 4963452.

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

Color convert

RGB 124 188 75 -
CMYK 0.34 0 0.60 0.26
HSL 93.98º 0.46% 0.52% -
HSV(B) 93.98º 0.6% 0.74% -
XYZ 27.57 40.76 13.07 -
YUV 155.98 82.3 105.19 -
System Red Green Blue C M Y K H S L
Decimal 124 188 75 0.34 0 0.60 0.26 93.98 0.46 0.52
Hex 7C BC 4B 22 0 3C 1A 5E 2E 34
Octal 174 274 113 42 0 74 32 136 56 64
Binary 1111100 10111100 1001011 100010 0 111100 11010 1011110 101110 110100

Color Harmonies of #7CBC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBC4B

Black with #7CBC4B

Text Example


Text Example

White with #7CBC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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