Html Css Color HEX #80BA27 Lima

📋 copy color: '#80BA27'

red 128 ◦ green 186 ◦ blue 39

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

Shades of Lima #80BA27

Tints of Lima #80BA27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.05%

R = 36.26%
G = 52.69%
B = 11.05%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#80BA27 (or 0x80BA27) is known color: Lima. HEX triplet: 80, BA and 27. RGB value is (128,186,39). Sum of RGB (Red+Green+Blue) = 128+186+39=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BA27 is #7F45D8. Grayscale: #989898. Windows color (decimal): -8340953 or 2603648. OLE color: 2603648.

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

Color convert

RGB 128 186 39 -
CMYK 0.31 0 0.79 0.27
HSL 83.67º 0.65% 0.44% -
HSV(B) 83.67º 0.79% 0.73% -
XYZ 26.83 39.85 8.2 -
YUV 151.9 64.28 110.95 -
System Red Green Blue C M Y K H S L
Decimal 128 186 39 0.31 0 0.79 0.27 83.67 0.65 0.44
Hex 80 BA 27 1F 0 4F 1B 54 41 2C
Octal 200 272 47 37 0 117 33 124 101 54
Binary 10000000 10111010 100111 11111 0 1001111 11011 1010100 1000001 101100

Color Harmonies of #80BA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA27

Black with #80BA27

Text Example


Text Example

White with #80BA27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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