Html Css Color HEX #80BD29 Lima

📋 copy color: '#80BD29'

red 128 ◦ green 189 ◦ blue 41

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

Shades of Lima #80BD29

Tints of Lima #80BD29

RGB

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

 GREEN value IS 189 (74.22% from 255) = 52.79%

 BLUE value IS 41 (16.41% from 255) = 11.45%

R = 35.75%
G = 52.79%
B = 11.45%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#80BD29 (or 0x80BD29) is known color: Lima. HEX triplet: 80, BD and 29. RGB value is (128,189,41). Sum of RGB (Red+Green+Blue) = 128+189+41=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 189 (74.22% from 255 or 52.79% from 358); Blue value is 41 (16.41% from 255 or 11.45% from 358); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BD29 is #7F42D6. Grayscale: #9A9A9A. Windows color (decimal): -8340183 or 2735488. OLE color: 2735488.

HSL color Cylindrical-coordinate representation of color #80BD29: hue angle of 84.73º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80BD29 is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 189 41 -
CMYK 0.32 0 0.78 0.26
HSL 84.73º 0.64% 0.45% -
HSV(B) 84.73º 0.78% 0.74% -
XYZ 27.5 41.14 8.59 -
YUV 153.89 64.29 109.53 -
System Red Green Blue C M Y K H S L
Decimal 128 189 41 0.32 0 0.78 0.26 84.73 0.64 0.45
Hex 80 BD 29 20 0 4E 1A 55 40 2D
Octal 200 275 51 40 0 116 32 125 100 55
Binary 10000000 10111101 101001 100000 0 1001110 11010 1010101 1000000 101101

Color Harmonies of #80BD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BD29

Black with #80BD29

Text Example


Text Example

White with #80BD29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,189,41); }

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

background-color css

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

 a { background-color: rgb(128,189,41); }

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

border-color css

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

 span { border-color: rgb(128,189,41); }

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