Html Css Color HEX #7FC350 Mantis

📋 copy color: '#7FC350'

red 127 ◦ green 195 ◦ blue 80

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

Shades of Mantis #7FC350

Tints of Mantis #7FC350

RGB

 RED value IS 127 (50% from 255) = 31.59%

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

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

R = 31.59%
G = 48.51%
B = 19.9%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#7FC350 (or 0x7FC350) is known color: Mantis. HEX triplet: 7F, C3 and 50. RGB value is (127,195,80). Sum of RGB (Red+Green+Blue) = 127+195+80=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC350 is #803CAF. Grayscale: #A1A1A1. Windows color (decimal): -8404144 or 5292927. OLE color: 5292927.

HSL color Cylindrical-coordinate representation of color #7FC350: hue angle of 95.48º 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 #7FC350 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 127 195 80 -
CMYK 0.35 0 0.59 0.24
HSL 95.48º 0.49% 0.54% -
HSV(B) 95.48º 0.59% 0.76% -
XYZ 29.72 44.12 14.54 -
YUV 161.56 81.97 103.35 -
System Red Green Blue C M Y K H S L
Decimal 127 195 80 0.35 0 0.59 0.24 95.48 0.49 0.54
Hex 7F C3 50 23 0 3B 18 5F 31 36
Octal 177 303 120 43 0 73 30 137 61 66
Binary 1111111 11000011 1010000 100011 0 111011 11000 1011111 110001 110110

Color Harmonies of #7FC350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC350

Black with #7FC350

Text Example


Text Example

White with #7FC350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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