Html Css Color HEX #80BB12 Lima

📋 copy color: '#80BB12'

red 128 ◦ green 187 ◦ blue 18

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

Shades of Lima #80BB12

Tints of Lima #80BB12

RGB

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

 GREEN value IS 187 (73.44% from 255) = 56.16%

 BLUE value IS 18 (7.42% from 255) = 5.41%

R = 38.44%
G = 56.16%
B = 5.41%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#80BB12 (or 0x80BB12) is known color: Lima. HEX triplet: 80, BB and 12. RGB value is (128,187,18). Sum of RGB (Red+Green+Blue) = 128+187+18=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 187 (73.44% from 255 or 56.16% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BB12 is #7F44ED. Grayscale: #969696. Windows color (decimal): -8340718 or 1227648. OLE color: 1227648.

HSL color Cylindrical-coordinate representation of color #80BB12: hue angle of 80.95º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80BB12 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 187 18 -
CMYK 0.32 0 0.90 0.27
HSL 80.95º 0.82% 0.4% -
HSV(B) 80.95º 0.9% 0.73% -
XYZ 26.78 40.17 6.91 -
YUV 150.09 53.45 112.24 -
System Red Green Blue C M Y K H S L
Decimal 128 187 18 0.32 0 0.90 0.27 80.95 0.82 0.4
Hex 80 BB 12 20 0 5A 1B 51 52 28
Octal 200 273 22 40 0 132 33 121 122 50
Binary 10000000 10111011 10010 100000 0 1011010 11011 1010001 1010010 101000

Color Harmonies of #80BB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BB12

Black with #80BB12

Text Example


Text Example

White with #80BB12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,187,18); }

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

background-color css

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

 a { background-color: rgb(128,187,18); }

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

border-color css

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

 span { border-color: rgb(128,187,18); }

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