Html Css Color HEX #7CBD50 Mantis

📋 copy color: '#7CBD50'

red 124 ◦ green 189 ◦ blue 80

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

Shades of Mantis #7CBD50

Tints of Mantis #7CBD50

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.09%

 BLUE value IS 80 (31.64% from 255) = 20.36%

R = 31.55%
G = 48.09%
B = 20.36%

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

#7CBD50 (or 0x7CBD50) is known color: Mantis. HEX triplet: 7C, BD and 50. RGB value is (124,189,80). Sum of RGB (Red+Green+Blue) = 124+189+80=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBD50 is #8342AF. Grayscale: #9D9D9D. Windows color (decimal): -8602288 or 5291388. OLE color: 5291388.

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

Color convert

RGB 124 189 80 -
CMYK 0.34 0 0.58 0.26
HSL 95.78º 0.45% 0.53% -
HSV(B) 95.78º 0.58% 0.74% -
XYZ 27.96 41.26 14.08 -
YUV 157.14 84.47 104.36 -
System Red Green Blue C M Y K H S L
Decimal 124 189 80 0.34 0 0.58 0.26 95.78 0.45 0.53
Hex 7C BD 50 22 0 3A 1A 60 2D 35
Octal 174 275 120 42 0 72 32 140 55 65
Binary 1111100 10111101 1010000 100010 0 111010 11010 1100000 101101 110101

Color Harmonies of #7CBD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBD50

Black with #7CBD50

Text Example


Text Example

White with #7CBD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,189,80); }

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

background-color css

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

 a { background-color: rgb(124,189,80); }

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

border-color css

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

 span { border-color: rgb(124,189,80); }

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