Html Css Color HEX #80AB21 Lima

📋 copy color: '#80AB21'

red 128 ◦ green 171 ◦ blue 33

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

Shades of Lima #80AB21

Tints of Lima #80AB21

RGB

 RED value IS 128 (50.39% from 255) = 38.55%

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

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

R = 38.55%
G = 51.51%
B = 9.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#80AB21 (or 0x80AB21) is known color: Lima. HEX triplet: 80, AB and 21. RGB value is (128,171,33). Sum of RGB (Red+Green+Blue) = 128+171+33=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 171 (67.19% from 255 or 51.51% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AB21 is #7F54DE. Grayscale: #8E8E8E. Windows color (decimal): -8344799 or 2206592. OLE color: 2206592.

HSL color Cylindrical-coordinate representation of color #80AB21: hue angle of 78.7º 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 #80AB21 is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 171 33 -
CMYK 0.25 0 0.81 0.33
HSL 78.7º 0.68% 0.4% -
HSV(B) 78.7º 0.81% 0.67% -
XYZ 23.74 33.82 6.72 -
YUV 142.41 66.25 117.72 -
System Red Green Blue C M Y K H S L
Decimal 128 171 33 0.25 0 0.81 0.33 78.7 0.68 0.4
Hex 80 AB 21 19 0 51 21 4F 44 28
Octal 200 253 41 31 0 121 41 117 104 50
Binary 10000000 10101011 100001 11001 0 1010001 100001 1001111 1000100 101000

Color Harmonies of #80AB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AB21

Black with #80AB21

Text Example


Text Example

White with #80AB21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80AB21; }

 p { color: rgb(128,171,33); }

 H1.HeaderClassName
 {
   color: #80AB21;
 }
 .AnyTagClassName
 {
   color: #80AB21;
 }
</style>

background-color css

<style>
 a { background-color: #80AB21; }

 a { background-color: rgb(128,171,33); }

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

border-color css

<style>
 span { border-color: #80AB21; }

 span { border-color: rgb(128,171,33); }

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