Html Css Color HEX #7FA71F Lima

📋 copy color: '#7FA71F'

red 127 ◦ green 167 ◦ blue 31

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

Shades of Lima #7FA71F

Tints of Lima #7FA71F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 51.38%

 BLUE value IS 31 (12.5% from 255) = 9.54%

R = 39.08%
G = 51.38%
B = 9.54%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#7FA71F (or 0x7FA71F) is known color: Lima. HEX triplet: 7F, A7 and 1F. RGB value is (127,167,31). Sum of RGB (Red+Green+Blue) = 127+167+31=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 167 (65.62% from 255 or 51.38% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 167 - color contains mainly: green. Hex color #7FA71F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA71F is #8058E0. Grayscale: #8C8C8C. Windows color (decimal): -8411361 or 2074495. OLE color: 2074495.

HSL color Cylindrical-coordinate representation of color #7FA71F: hue angle of 77.65º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7FA71F is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 127 167 31 -
CMYK 0.24 0 0.81 0.35
HSL 77.65º 0.69% 0.39% -
HSV(B) 77.65º 0.81% 0.65% -
XYZ 22.82 32.25 6.32 -
YUV 139.54 66.75 119.06 -
System Red Green Blue C M Y K H S L
Decimal 127 167 31 0.24 0 0.81 0.35 77.65 0.69 0.39
Hex 7F A7 1F 18 0 51 23 4E 45 27
Octal 177 247 37 30 0 121 43 116 105 47
Binary 1111111 10100111 11111 11000 0 1010001 100011 1001110 1000101 100111

Color Harmonies of #7FA71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA71F

Black with #7FA71F

Text Example


Text Example

White with #7FA71F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,167,31); }

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

background-color css

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

 a { background-color: rgb(127,167,31); }

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

border-color css

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

 span { border-color: rgb(127,167,31); }

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