Html Css Color HEX #7FA205 Lima

📋 copy color: '#7FA205'

red 127 ◦ green 162 ◦ blue 5

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

Shades of Lima #7FA205

Tints of Lima #7FA205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.7%

R = 43.2%
G = 55.1%
B = 1.7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#7FA205 (or 0x7FA205) is known color: Lima. HEX triplet: 7F, A2 and 05. RGB value is (127,162,5). Sum of RGB (Red+Green+Blue) = 127+162+5=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 162 (63.67% from 255 or 55.10% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA205 is #805DFA. Grayscale: #868686. Windows color (decimal): -8412667 or 369279. OLE color: 369279.

HSL color Cylindrical-coordinate representation of color #7FA205: hue angle of 73.38º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7FA205 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB 127 162 5 -
CMYK 0.22 0 0.97 0.36
HSL 73.38º 0.94% 0.33% -
HSV(B) 73.38º 0.97% 0.64% -
XYZ 21.7 30.36 4.86 -
YUV 133.64 55.4 123.27 -
System Red Green Blue C M Y K H S L
Decimal 127 162 5 0.22 0 0.97 0.36 73.38 0.94 0.33
Hex 7F A2 5 16 0 61 24 49 5E 21
Octal 177 242 5 26 0 141 44 111 136 41
Binary 1111111 10100010 101 10110 0 1100001 100100 1001001 1011110 100001

Color Harmonies of #7FA205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA205

Black with #7FA205

Text Example


Text Example

White with #7FA205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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