Html Css Color HEX #7FB950 Mantis

📋 copy color: '#7FB950'

red 127 ◦ green 185 ◦ blue 80

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

Shades of Mantis #7FB950

Tints of Mantis #7FB950

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.19%

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

R = 32.4%
G = 47.19%
B = 20.41%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#7FB950 (or 0x7FB950) is known color: Mantis. HEX triplet: 7F, B9 and 50. RGB value is (127,185,80). Sum of RGB (Red+Green+Blue) = 127+185+80=392 (51% of max value = 765). Red value is 127 (50% from 255 or 32.40% from 392); Green value is 185 (72.66% from 255 or 47.19% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 185 - color contains mainly: green. Hex color #7FB950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB950 is #8046AF. Grayscale: #9C9C9C. Windows color (decimal): -8406704 or 5290367. OLE color: 5290367.

HSL color Cylindrical-coordinate representation of color #7FB950: hue angle of 93.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7FB950 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 185 80 -
CMYK 0.31 0 0.57 0.27
HSL 93.14º 0.43% 0.52% -
HSV(B) 93.14º 0.57% 0.73% -
XYZ 27.55 39.79 13.82 -
YUV 155.69 85.28 107.54 -
System Red Green Blue C M Y K H S L
Decimal 127 185 80 0.31 0 0.57 0.27 93.14 0.43 0.52
Hex 7F B9 50 1F 0 39 1B 5D 2B 34
Octal 177 271 120 37 0 71 33 135 53 64
Binary 1111111 10111001 1010000 11111 0 111001 11011 1011101 101011 110100

Color Harmonies of #7FB950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB950

Black with #7FB950

Text Example


Text Example

White with #7FB950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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