#80BB3E

Color #80BB3E Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #80BB3E

Tints of Limerick #80BB3E

Color information

#80BB3E (or 0x80BB3E) is unknown color: approx Limerick. HEX triplet: 80, BB and 3E. RGB value is (128,187,62). Sum of RGB (Red+Green+Blue) = 128+187+62=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 187 (73.44% from 255 or 49.60% from 377); Blue value is 62 (24.61% from 255 or 16.45% from 377); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BB3E is #7F44C1. Grayscale: #9B9B9B. Windows color (decimal): -8340674 or 4111232. OLE color: 4111232.

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

Color convert

RGB12818762-
CMYK0.3200.670.27
HSL88.32º50.2%48.82%-
HSV(B)88.32º66.84%73.33%-
XYZ27.5440.4810.92-
YUV155.1175.45108.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.95%
GREEN value IS 187 (73.44% from 255) = 49.60%
BLUE value IS 62 (24.61% from 255) = 16.45%
R=33.95%
G=49.60%
B=16.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128187620.3200.670.2788.3250.248.82
Hex80BB3E200431B583231
Octal20027376400103331306261
Binary100000001011101111111010000001000011110111011000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80BB3E;
 }
 .AnyTagClassName
 {
   color: #80BB3E;
 }
</style>
background-color css

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

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

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

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

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

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