#80BD28

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

Shades of Lima #80BD28

Tints of Lima #80BD28

Color information

#80BD28 (or 0x80BD28) is unknown color: approx Lima. HEX triplet: 80, BD and 28. RGB value is (128,189,40). Sum of RGB (Red+Green+Blue) = 128+189+40=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 189 (74.22% from 255 or 52.94% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BD28 is #7F42D7. Grayscale: #9A9A9A. Windows color (decimal): -8340184 or 2669952. OLE color: 2669952.

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

Color convert

RGB12818940-
CMYK0.3200.790.26
HSL84.56º65.07%44.9%-
HSV(B)84.56º78.84%74.12%-
XYZ27.4841.148.5-
YUV153.7863.79109.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.85%
GREEN value IS 189 (74.22% from 255) = 52.94%
BLUE value IS 40 (16.02% from 255) = 11.20%
R=35.85%
G=52.94%
B=11.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal128189400.3200.790.2684.5665.0744.9
Hex80BD282004F1A55412d
Octal200275504001173212510155
Binary1000000010111101101000100000010011111101010101011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BD28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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