Html Css Color HEX #80BB0B Lima

📋 copy color: '#80BB0B'

red 128 ◦ green 187 ◦ blue 11

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

Shades of Lima #80BB0B

Tints of Lima #80BB0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.37%

R = 39.26%
G = 57.36%
B = 3.37%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#80BB0B (or 0x80BB0B) is known color: Lima. HEX triplet: 80, BB and 0B. RGB value is (128,187,11). Sum of RGB (Red+Green+Blue) = 128+187+11=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 187 (73.44% from 255 or 57.36% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BB0B is #7F44F4. Grayscale: #959595. Windows color (decimal): -8340725 or 768896. OLE color: 768896.

HSL color Cylindrical-coordinate representation of color #80BB0B: hue angle of 80.11º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80BB0B is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 187 11 -
CMYK 0.32 0 0.94 0.27
HSL 80.11º 0.89% 0.39% -
HSV(B) 80.11º 0.94% 0.73% -
XYZ 26.73 40.15 6.66 -
YUV 149.3 49.95 112.81 -
System Red Green Blue C M Y K H S L
Decimal 128 187 11 0.32 0 0.94 0.27 80.11 0.89 0.39
Hex 80 BB B 20 0 5E 1B 50 59 27
Octal 200 273 13 40 0 136 33 120 131 47
Binary 10000000 10111011 1011 100000 0 1011110 11011 1010000 1011001 100111

Color Harmonies of #80BB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BB0B

Black with #80BB0B

Text Example


Text Example

White with #80BB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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