Html Css Color HEX #7FC05F Mantis

📋 copy color: '#7FC05F'

red 127 ◦ green 192 ◦ blue 95

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

Shades of Mantis #7FC05F

Tints of Mantis #7FC05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.95%

R = 30.68%
G = 46.38%
B = 22.95%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#7FC05F (or 0x7FC05F) is known color: Mantis. HEX triplet: 7F, C0 and 5F. RGB value is (127,192,95). Sum of RGB (Red+Green+Blue) = 127+192+95=414 (54% of max value = 765). Red value is 127 (50% from 255 or 30.68% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC05F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC05F is #803FA0. Grayscale: #A1A1A1. Windows color (decimal): -8404897 or 6275199. OLE color: 6275199.

HSL color Cylindrical-coordinate representation of color #7FC05F: hue angle of 100.21º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7FC05F is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 192 95 -
CMYK 0.34 0 0.51 0.25
HSL 100.21º 0.43% 0.56% -
HSV(B) 100.21º 0.51% 0.75% -
XYZ 29.67 43.04 17.57 -
YUV 161.51 90.47 103.39 -
System Red Green Blue C M Y K H S L
Decimal 127 192 95 0.34 0 0.51 0.25 100.21 0.43 0.56
Hex 7F C0 5F 22 0 33 19 64 2B 38
Octal 177 300 137 42 0 63 31 144 53 70
Binary 1111111 11000000 1011111 100010 0 110011 11001 1100100 101011 111000

Color Harmonies of #7FC05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC05F

Black with #7FC05F

Text Example


Text Example

White with #7FC05F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,192,95); }

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

background-color css

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

 a { background-color: rgb(127,192,95); }

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

border-color css

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

 span { border-color: rgb(127,192,95); }

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