Html Css Color HEX #80B41F Lima

📋 copy color: '#80B41F'

red 128 ◦ green 180 ◦ blue 31

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

Shades of Lima #80B41F

Tints of Lima #80B41F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.1%

 BLUE value IS 31 (12.5% from 255) = 9.14%

R = 37.76%
G = 53.1%
B = 9.14%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#80B41F (or 0x80B41F) is known color: Lima. HEX triplet: 80, B4 and 1F. RGB value is (128,180,31). Sum of RGB (Red+Green+Blue) = 128+180+31=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 180 (70.70% from 255 or 53.10% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 180 - color contains mainly: green. Hex color #80B41F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B41F is #7F4BE0. Grayscale: #949494. Windows color (decimal): -8342497 or 2077824. OLE color: 2077824.

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

Color convert

RGB 128 180 31 -
CMYK 0.29 0 0.83 0.29
HSL 80.94º 0.71% 0.41% -
HSV(B) 80.94º 0.83% 0.71% -
XYZ 25.47 37.33 7.16 -
YUV 147.47 62.27 114.12 -
System Red Green Blue C M Y K H S L
Decimal 128 180 31 0.29 0 0.83 0.29 80.94 0.71 0.41
Hex 80 B4 1F 1D 0 53 1D 51 47 29
Octal 200 264 37 35 0 123 35 121 107 51
Binary 10000000 10110100 11111 11101 0 1010011 11101 1010001 1000111 101001

Color Harmonies of #80B41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B41F

Black with #80B41F

Text Example


Text Example

White with #80B41F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,180,31); }

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

background-color css

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

 a { background-color: rgb(128,180,31); }

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

border-color css

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

 span { border-color: rgb(128,180,31); }

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