Html Css Color HEX #80BA33 Lima

📋 copy color: '#80BA33'

red 128 ◦ green 186 ◦ blue 51

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

Shades of Lima #80BA33

Tints of Lima #80BA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.97%

R = 35.07%
G = 50.96%
B = 13.97%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#80BA33 (or 0x80BA33) is known color: Lima. HEX triplet: 80, BA and 33. RGB value is (128,186,51). Sum of RGB (Red+Green+Blue) = 128+186+51=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BA33 is #7F45CC. Grayscale: #999999. Windows color (decimal): -8340941 or 3390080. OLE color: 3390080.

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

Color convert

RGB 128 186 51 -
CMYK 0.31 0 0.73 0.27
HSL 85.78º 0.57% 0.46% -
HSV(B) 85.78º 0.73% 0.73% -
XYZ 27.06 39.95 9.42 -
YUV 153.27 70.28 109.98 -
System Red Green Blue C M Y K H S L
Decimal 128 186 51 0.31 0 0.73 0.27 85.78 0.57 0.46
Hex 80 BA 33 1F 0 49 1B 56 39 2E
Octal 200 272 63 37 0 111 33 126 71 56
Binary 10000000 10111010 110011 11111 0 1001001 11011 1010110 111001 101110

Color Harmonies of #80BA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA33

Black with #80BA33

Text Example


Text Example

White with #80BA33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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