Html Css Color HEX #7CC050 Mantis

📋 copy color: '#7CC050'

red 124 ◦ green 192 ◦ blue 80

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

Shades of Mantis #7CC050

Tints of Mantis #7CC050

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.48%

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

R = 31.31%
G = 48.48%
B = 20.2%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#7CC050 (or 0x7CC050) is known color: Mantis. HEX triplet: 7C, C0 and 50. RGB value is (124,192,80). Sum of RGB (Red+Green+Blue) = 124+192+80=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 192 (75.39% from 255 or 48.48% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC050 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC050 is #833FAF. Grayscale: #9F9F9F. Windows color (decimal): -8601520 or 5292156. OLE color: 5292156.

HSL color Cylindrical-coordinate representation of color #7CC050: hue angle of 96.43º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7CC050 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 192 80 -
CMYK 0.35 0 0.58 0.25
HSL 96.43º 0.47% 0.53% -
HSV(B) 96.43º 0.58% 0.75% -
XYZ 28.61 42.56 14.3 -
YUV 158.9 83.47 103.11 -
System Red Green Blue C M Y K H S L
Decimal 124 192 80 0.35 0 0.58 0.25 96.43 0.47 0.53
Hex 7C C0 50 23 0 3A 19 60 2F 35
Octal 174 300 120 43 0 72 31 140 57 65
Binary 1111100 11000000 1010000 100011 0 111010 11001 1100000 101111 110101

Color Harmonies of #7CC050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC050

Black with #7CC050

Text Example


Text Example

White with #7CC050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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