Html Css Color HEX #7FA424 Lima

📋 copy color: '#7FA424'

red 127 ◦ green 164 ◦ blue 36

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

Shades of Lima #7FA424

Tints of Lima #7FA424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.01%

R = 38.84%
G = 50.15%
B = 11.01%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#7FA424 (or 0x7FA424) is known color: Lima. HEX triplet: 7F, A4 and 24. RGB value is (127,164,36). Sum of RGB (Red+Green+Blue) = 127+164+36=327 (43% of max value = 765). Red value is 127 (50% from 255 or 38.84% from 327); Green value is 164 (64.45% from 255 or 50.15% from 327); Blue value is 36 (14.45% from 255 or 11.01% from 327); Max value from RGB is 164 - color contains mainly: green. Hex color #7FA424 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA424 is #805BDB. Grayscale: #8A8A8A. Windows color (decimal): -8412124 or 2401407. OLE color: 2401407.

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

Color convert

RGB 127 164 36 -
CMYK 0.23 0 0.78 0.36
HSL 77.34º 0.64% 0.39% -
HSV(B) 77.34º 0.78% 0.64% -
XYZ 22.35 31.19 6.51 -
YUV 138.35 70.24 119.91 -
System Red Green Blue C M Y K H S L
Decimal 127 164 36 0.23 0 0.78 0.36 77.34 0.64 0.39
Hex 7F A4 24 17 0 4E 24 4D 40 27
Octal 177 244 44 27 0 116 44 115 100 47
Binary 1111111 10100100 100100 10111 0 1001110 100100 1001101 1000000 100111

Color Harmonies of #7FA424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA424

Black with #7FA424

Text Example


Text Example

White with #7FA424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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