#80BD3B

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

Shades of Limerick #80BD3B

Tints of Limerick #80BD3B

Color information

#80BD3B (or 0x80BD3B) is unknown color: approx Limerick. HEX triplet: 80, BD and 3B. RGB value is (128,189,59). Sum of RGB (Red+Green+Blue) = 128+189+59=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 59 (23.44% from 255 or 15.69% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BD3B is #7F42C4. Grayscale: #9C9C9C. Windows color (decimal): -8340165 or 3915136. OLE color: 3915136.

HSL color Cylindrical-coordinate representation of color #80BD3B: hue angle of 88.15º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80BD3B is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB12818959-
CMYK0.3200.690.26
HSL88.15º52.42%48.63%-
HSV(B)88.15º68.78%74.12%-
XYZ27.8941.310.64-
YUV155.9473.29108.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.04%
GREEN value IS 189 (74.22% from 255) = 50.27%
BLUE value IS 59 (23.44% from 255) = 15.69%
R=34.04%
G=50.27%
B=15.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal128189590.3200.690.2688.1552.4248.63
Hex80BD3B200451A583431
Octal20027573400105321306461
Binary100000001011110111101110000001000101110101011000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BD3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,189,59); }

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

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

 a { background-color: rgb(128,189,59); }

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

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

 span { border-color: rgb(128,189,59); }

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