Html Css Color HEX #7FA321 Lima

📋 copy color: '#7FA321'

red 127 ◦ green 163 ◦ blue 33

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

Shades of Lima #7FA321

Tints of Lima #7FA321

RGB

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

 GREEN value IS 163 (64.06% from 255) = 50.46%

 BLUE value IS 33 (13.28% from 255) = 10.22%

R = 39.32%
G = 50.46%
B = 10.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#7FA321 (or 0x7FA321) is known color: Lima. HEX triplet: 7F, A3 and 21. RGB value is (127,163,33). Sum of RGB (Red+Green+Blue) = 127+163+33=323 (42% of max value = 765). Red value is 127 (50% from 255 or 39.32% from 323); Green value is 163 (64.06% from 255 or 50.46% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 163 - color contains mainly: green. Hex color #7FA321 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA321 is #805CDE. Grayscale: #898989. Windows color (decimal): -8412383 or 2204543. OLE color: 2204543.

HSL color Cylindrical-coordinate representation of color #7FA321: hue angle of 76.62º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7FA321 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 127 163 33 -
CMYK 0.22 0 0.80 0.36
HSL 76.62º 0.66% 0.38% -
HSV(B) 76.62º 0.8% 0.64% -
XYZ 22.12 30.82 6.22 -
YUV 137.42 69.07 120.57 -
System Red Green Blue C M Y K H S L
Decimal 127 163 33 0.22 0 0.80 0.36 76.62 0.66 0.38
Hex 7F A3 21 16 0 50 24 4D 42 26
Octal 177 243 41 26 0 120 44 115 102 46
Binary 1111111 10100011 100001 10110 0 1010000 100100 1001101 1000010 100110

Color Harmonies of #7FA321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA321

Black with #7FA321

Text Example


Text Example

White with #7FA321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,163,33); }

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

background-color css

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

 a { background-color: rgb(127,163,33); }

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

border-color css

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

 span { border-color: rgb(127,163,33); }

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