Html Css Color HEX #80BA17 Lima

📋 copy color: '#80BA17'

red 128 ◦ green 186 ◦ blue 23

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

Shades of Lima #80BA17

Tints of Lima #80BA17

RGB

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

 GREEN value IS 186 (73.05% from 255) = 55.19%

 BLUE value IS 23 (9.38% from 255) = 6.82%

R = 37.98%
G = 55.19%
B = 6.82%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#80BA17 (or 0x80BA17) is known color: Lima. HEX triplet: 80, BA and 17. RGB value is (128,186,23). Sum of RGB (Red+Green+Blue) = 128+186+23=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 23 (9.38% from 255 or 6.82% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BA17 is #7F45E8. Grayscale: #969696. Windows color (decimal): -8340969 or 1555072. OLE color: 1555072.

HSL color Cylindrical-coordinate representation of color #80BA17: hue angle of 81.35º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80BA17 is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 186 23 -
CMYK 0.31 0 0.88 0.27
HSL 81.35º 0.78% 0.41% -
HSV(B) 81.35º 0.88% 0.73% -
XYZ 26.62 39.77 7.08 -
YUV 150.08 56.28 112.25 -
System Red Green Blue C M Y K H S L
Decimal 128 186 23 0.31 0 0.88 0.27 81.35 0.78 0.41
Hex 80 BA 17 1F 0 58 1B 51 4E 29
Octal 200 272 27 37 0 130 33 121 116 51
Binary 10000000 10111010 10111 11111 0 1011000 11011 1010001 1001110 101001

Color Harmonies of #80BA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA17

Black with #80BA17

Text Example


Text Example

White with #80BA17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,186,23); }

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

background-color css

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

 a { background-color: rgb(128,186,23); }

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

border-color css

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

 span { border-color: rgb(128,186,23); }

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