Html Css Color HEX #7CBC55 Mantis

📋 copy color: '#7CBC55'

red 124 ◦ green 188 ◦ blue 85

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

Shades of Mantis #7CBC55

Tints of Mantis #7CBC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.41%

R = 31.23%
G = 47.36%
B = 21.41%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#7CBC55 (or 0x7CBC55) is known color: Mantis. HEX triplet: 7C, BC and 55. RGB value is (124,188,85). Sum of RGB (Red+Green+Blue) = 124+188+85=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBC55 is #8343AA. Grayscale: #9D9D9D. Windows color (decimal): -8602539 or 5618812. OLE color: 5618812.

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

Color convert

RGB 124 188 85 -
CMYK 0.34 0 0.55 0.26
HSL 97.28º 0.43% 0.54% -
HSV(B) 97.28º 0.55% 0.74% -
XYZ 27.94 40.91 15.02 -
YUV 157.12 87.3 104.38 -
System Red Green Blue C M Y K H S L
Decimal 124 188 85 0.34 0 0.55 0.26 97.28 0.43 0.54
Hex 7C BC 55 22 0 37 1A 61 2B 36
Octal 174 274 125 42 0 67 32 141 53 66
Binary 1111100 10111100 1010101 100010 0 110111 11010 1100001 101011 110110

Color Harmonies of #7CBC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBC55

Black with #7CBC55

Text Example


Text Example

White with #7CBC55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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