Html Css Color HEX #7FA221 Lima

📋 copy color: '#7FA221'

red 127 ◦ green 162 ◦ blue 33

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

Shades of Lima #7FA221

Tints of Lima #7FA221

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50.31%

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

R = 39.44%
G = 50.31%
B = 10.25%

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

#7FA221 (or 0x7FA221) is known color: Lima. HEX triplet: 7F, A2 and 21. RGB value is (127,162,33). Sum of RGB (Red+Green+Blue) = 127+162+33=322 (42% of max value = 765). Red value is 127 (50% from 255 or 39.44% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA221 is #805DDE. Grayscale: #898989. Windows color (decimal): -8412639 or 2204287. OLE color: 2204287.

HSL color Cylindrical-coordinate representation of color #7FA221: hue angle of 76.28º 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 #7FA221 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 127 162 33 -
CMYK 0.22 0 0.80 0.36
HSL 76.28º 0.66% 0.38% -
HSV(B) 76.28º 0.8% 0.64% -
XYZ 21.95 30.46 6.16 -
YUV 136.83 69.4 120.99 -
System Red Green Blue C M Y K H S L
Decimal 127 162 33 0.22 0 0.80 0.36 76.28 0.66 0.38
Hex 7F A2 21 16 0 50 24 4C 42 26
Octal 177 242 41 26 0 120 44 114 102 46
Binary 1111111 10100010 100001 10110 0 1010000 100100 1001100 1000010 100110

Color Harmonies of #7FA221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA221

Black with #7FA221

Text Example


Text Example

White with #7FA221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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