Html Css Color HEX #80BB33 Lima

📋 copy color: '#80BB33'

red 128 ◦ green 187 ◦ blue 51

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

Shades of Lima #80BB33

Tints of Lima #80BB33

RGB

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

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

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

R = 34.97%
G = 51.09%
B = 13.93%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#80BB33 (or 0x80BB33) is known color: Lima. HEX triplet: 80, BB and 33. RGB value is (128,187,51). Sum of RGB (Red+Green+Blue) = 128+187+51=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 187 (73.44% from 255 or 51.09% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BB33 is #7F44CC. Grayscale: #9A9A9A. Windows color (decimal): -8340685 or 3390336. OLE color: 3390336.

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

Color convert

RGB 128 187 51 -
CMYK 0.32 0 0.73 0.27
HSL 86.03º 0.57% 0.47% -
HSV(B) 86.03º 0.73% 0.73% -
XYZ 27.27 40.37 9.49 -
YUV 153.86 69.95 109.56 -
System Red Green Blue C M Y K H S L
Decimal 128 187 51 0.32 0 0.73 0.27 86.03 0.57 0.47
Hex 80 BB 33 20 0 49 1B 56 39 2F
Octal 200 273 63 40 0 111 33 126 71 57
Binary 10000000 10111011 110011 100000 0 1001001 11011 1010110 111001 101111

Color Harmonies of #80BB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BB33

Black with #80BB33

Text Example


Text Example

White with #80BB33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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