Html Css Color HEX #7CC350 Mantis

📋 copy color: '#7CC350'

red 124 ◦ green 195 ◦ blue 80

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

Shades of Mantis #7CC350

Tints of Mantis #7CC350

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.87%

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

R = 31.08%
G = 48.87%
B = 20.05%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#7CC350 (or 0x7CC350) is known color: Mantis. HEX triplet: 7C, C3 and 50. RGB value is (124,195,80). Sum of RGB (Red+Green+Blue) = 124+195+80=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 195 (76.56% from 255 or 48.87% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC350 is #833CAF. Grayscale: #A1A1A1. Windows color (decimal): -8600752 or 5292924. OLE color: 5292924.

HSL color Cylindrical-coordinate representation of color #7CC350: hue angle of 97.04º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7CC350 is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 124 195 80 -
CMYK 0.36 0 0.59 0.24
HSL 97.04º 0.49% 0.54% -
HSV(B) 97.04º 0.59% 0.76% -
XYZ 29.28 43.89 14.52 -
YUV 160.66 82.48 101.85 -
System Red Green Blue C M Y K H S L
Decimal 124 195 80 0.36 0 0.59 0.24 97.04 0.49 0.54
Hex 7C C3 50 24 0 3B 18 61 31 36
Octal 174 303 120 44 0 73 30 141 61 66
Binary 1111100 11000011 1010000 100100 0 111011 11000 1100001 110001 110110

Color Harmonies of #7CC350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC350

Black with #7CC350

Text Example


Text Example

White with #7CC350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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