Html Css Color HEX #80B21D Lima

📋 copy color: '#80B21D'

red 128 ◦ green 178 ◦ blue 29

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

Shades of Lima #80B21D

Tints of Lima #80B21D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 53.13%

 BLUE value IS 29 (11.72% from 255) = 8.66%

R = 38.21%
G = 53.13%
B = 8.66%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#80B21D (or 0x80B21D) is known color: Lima. HEX triplet: 80, B2 and 1D. RGB value is (128,178,29). Sum of RGB (Red+Green+Blue) = 128+178+29=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 178 (69.92% from 255 or 53.13% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 178 - color contains mainly: green. Hex color #80B21D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80B21D is #7F4DE2. Grayscale: #929292. Windows color (decimal): -8343011 or 1946240. OLE color: 1946240.

HSL color Cylindrical-coordinate representation of color #80B21D: hue angle of 80.13º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80B21D is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 128 178 29 -
CMYK 0.28 0 0.84 0.30
HSL 80.13º 0.72% 0.41% -
HSV(B) 80.13º 0.84% 0.7% -
XYZ 25.04 36.52 6.89 -
YUV 146.06 61.94 115.12 -
System Red Green Blue C M Y K H S L
Decimal 128 178 29 0.28 0 0.84 0.30 80.13 0.72 0.41
Hex 80 B2 1D 1C 0 54 1E 50 48 29
Octal 200 262 35 34 0 124 36 120 110 51
Binary 10000000 10110010 11101 11100 0 1010100 11110 1010000 1001000 101001

Color Harmonies of #80B21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B21D

Black with #80B21D

Text Example


Text Example

White with #80B21D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,178,29); }

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

background-color css

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

 a { background-color: rgb(128,178,29); }

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

border-color css

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

 span { border-color: rgb(128,178,29); }

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