Html Css Color HEX #7FAB20 Lima

📋 copy color: '#7FAB20'

red 127 ◦ green 171 ◦ blue 32

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

Shades of Lima #7FAB20

Tints of Lima #7FAB20

RGB

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

 GREEN value IS 171 (67.19% from 255) = 51.82%

 BLUE value IS 32 (12.89% from 255) = 9.7%

R = 38.48%
G = 51.82%
B = 9.7%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#7FAB20 (or 0x7FAB20) is known color: Lima. HEX triplet: 7F, AB and 20. RGB value is (127,171,32). Sum of RGB (Red+Green+Blue) = 127+171+32=330 (43% of max value = 765). Red value is 127 (50% from 255 or 38.48% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAB20 is #8054DF. Grayscale: #8E8E8E. Windows color (decimal): -8410336 or 2141055. OLE color: 2141055.

HSL color Cylindrical-coordinate representation of color #7FAB20: hue angle of 78.99º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7FAB20 is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 171 32 -
CMYK 0.26 0 0.81 0.33
HSL 78.99º 0.68% 0.4% -
HSV(B) 78.99º 0.81% 0.67% -
XYZ 23.58 33.74 6.64 -
YUV 142 65.92 117.3 -
System Red Green Blue C M Y K H S L
Decimal 127 171 32 0.26 0 0.81 0.33 78.99 0.68 0.4
Hex 7F AB 20 1A 0 51 21 4F 44 28
Octal 177 253 40 32 0 121 41 117 104 50
Binary 1111111 10101011 100000 11010 0 1010001 100001 1001111 1000100 101000

Color Harmonies of #7FAB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAB20

Black with #7FAB20

Text Example


Text Example

White with #7FAB20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,171,32); }

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

background-color css

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

 a { background-color: rgb(127,171,32); }

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

border-color css

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

 span { border-color: rgb(127,171,32); }

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