Html Css Color HEX #80B81D Lima

📋 copy color: '#80B81D'

red 128 ◦ green 184 ◦ blue 29

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

Shades of Lima #80B81D

Tints of Lima #80B81D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 53.96%

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

R = 37.54%
G = 53.96%
B = 8.5%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#80B81D (or 0x80B81D) is known color: Lima. HEX triplet: 80, B8 and 1D. RGB value is (128,184,29). Sum of RGB (Red+Green+Blue) = 128+184+29=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 184 (72.27% from 255 or 53.96% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 184 - color contains mainly: green. Hex color #80B81D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B81D is #7F47E2. Grayscale: #969696. Windows color (decimal): -8341475 or 1947776. OLE color: 1947776.

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

Color convert

RGB 128 184 29 -
CMYK 0.30 0 0.84 0.28
HSL 81.68º 0.73% 0.42% -
HSV(B) 81.68º 0.84% 0.72% -
XYZ 26.26 38.96 7.3 -
YUV 149.59 59.95 112.6 -
System Red Green Blue C M Y K H S L
Decimal 128 184 29 0.30 0 0.84 0.28 81.68 0.73 0.42
Hex 80 B8 1D 1E 0 54 1C 52 49 2A
Octal 200 270 35 36 0 124 34 122 111 52
Binary 10000000 10111000 11101 11110 0 1010100 11100 1010010 1001001 101010

Color Harmonies of #80B81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B81D

Black with #80B81D

Text Example


Text Example

White with #80B81D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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