Html Css Color HEX #7FA423 Lima

📋 copy color: '#7FA423'

red 127 ◦ green 164 ◦ blue 35

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

Shades of Lima #7FA423

Tints of Lima #7FA423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.74%

R = 38.96%
G = 50.31%
B = 10.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#7FA423 (or 0x7FA423) is known color: Lima. HEX triplet: 7F, A4 and 23. RGB value is (127,164,35). Sum of RGB (Red+Green+Blue) = 127+164+35=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 164 (64.45% from 255 or 50.31% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 164 - color contains mainly: green. Hex color #7FA423 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA423 is #805BDC. Grayscale: #8A8A8A. Windows color (decimal): -8412125 or 2335871. OLE color: 2335871.

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

Color convert

RGB 127 164 35 -
CMYK 0.23 0 0.79 0.36
HSL 77.21º 0.65% 0.39% -
HSV(B) 77.21º 0.79% 0.64% -
XYZ 22.33 31.18 6.43 -
YUV 138.23 69.74 119.99 -
System Red Green Blue C M Y K H S L
Decimal 127 164 35 0.23 0 0.79 0.36 77.21 0.65 0.39
Hex 7F A4 23 17 0 4F 24 4D 41 27
Octal 177 244 43 27 0 117 44 115 101 47
Binary 1111111 10100100 100011 10111 0 1001111 100100 1001101 1000001 100111

Color Harmonies of #7FA423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA423

Black with #7FA423

Text Example


Text Example

White with #7FA423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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