Html Css Color HEX #80B61D Lima

📋 copy color: '#80B61D'

red 128 ◦ green 182 ◦ blue 29

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

Shades of Lima #80B61D

Tints of Lima #80B61D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 53.69%

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

R = 37.76%
G = 53.69%
B = 8.55%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#80B61D (or 0x80B61D) is known color: Lima. HEX triplet: 80, B6 and 1D. RGB value is (128,182,29). Sum of RGB (Red+Green+Blue) = 128+182+29=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 182 (71.48% from 255 or 53.69% from 339); Blue value is 29 (11.72% from 255 or 8.55% from 339); Max value from RGB is 182 - color contains mainly: green. Hex color #80B61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B61D is #7F49E2. Grayscale: #949494. Windows color (decimal): -8341987 or 1947264. OLE color: 1947264.

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

Color convert

RGB 128 182 29 -
CMYK 0.30 0 0.84 0.29
HSL 81.18º 0.73% 0.41% -
HSV(B) 81.18º 0.84% 0.71% -
XYZ 25.85 38.13 7.16 -
YUV 148.41 60.61 113.44 -
System Red Green Blue C M Y K H S L
Decimal 128 182 29 0.30 0 0.84 0.29 81.18 0.73 0.41
Hex 80 B6 1D 1E 0 54 1D 51 49 29
Octal 200 266 35 36 0 124 35 121 111 51
Binary 10000000 10110110 11101 11110 0 1010100 11101 1010001 1001001 101001

Color Harmonies of #80B61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B61D

Black with #80B61D

Text Example


Text Example

White with #80B61D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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