Html Css Color HEX #7FA41D Lima

📋 copy color: '#7FA41D'

red 127 ◦ green 164 ◦ blue 29

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

Shades of Lima #7FA41D

Tints of Lima #7FA41D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 51.25%

 BLUE value IS 29 (11.72% from 255) = 9.06%

R = 39.69%
G = 51.25%
B = 9.06%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#7FA41D (or 0x7FA41D) is known color: Lima. HEX triplet: 7F, A4 and 1D. RGB value is (127,164,29). Sum of RGB (Red+Green+Blue) = 127+164+29=320 (42% of max value = 765). Red value is 127 (50% from 255 or 39.69% from 320); Green value is 164 (64.45% from 255 or 51.25% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 164 - color contains mainly: green. Hex color #7FA41D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA41D is #805BE2. Grayscale: #8A8A8A. Windows color (decimal): -8412131 or 1942655. OLE color: 1942655.

HSL color Cylindrical-coordinate representation of color #7FA41D: hue angle of 76.44º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7FA41D is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 127 164 29 -
CMYK 0.23 0 0.82 0.36
HSL 76.44º 0.7% 0.38% -
HSV(B) 76.44º 0.82% 0.64% -
XYZ 22.25 31.15 6 -
YUV 137.55 66.74 120.48 -
System Red Green Blue C M Y K H S L
Decimal 127 164 29 0.23 0 0.82 0.36 76.44 0.7 0.38
Hex 7F A4 1D 17 0 52 24 4C 46 26
Octal 177 244 35 27 0 122 44 114 106 46
Binary 1111111 10100100 11101 10111 0 1010010 100100 1001100 1000110 100110

Color Harmonies of #7FA41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA41D

Black with #7FA41D

Text Example


Text Example

White with #7FA41D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,164,29); }

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

background-color css

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

 a { background-color: rgb(127,164,29); }

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

border-color css

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

 span { border-color: rgb(127,164,29); }

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