#80BC35

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

Shades of Lima #80BC35

Tints of Lima #80BC35

Color information

#80BC35 (or 0x80BC35) is unknown color: approx Lima. HEX triplet: 80, BC and 35. RGB value is (128,188,53). Sum of RGB (Red+Green+Blue) = 128+188+53=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BC35 is #7F43CA. Grayscale: #9B9B9B. Windows color (decimal): -8340427 or 3521664. OLE color: 3521664.

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

Color convert

RGB12818853-
CMYK0.3200.720.26
HSL86.67º56.02%47.25%-
HSV(B)86.67º71.81%73.73%-
XYZ27.5340.819.79-
YUV154.6770.62108.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.69%
GREEN value IS 188 (73.83% from 255) = 50.95%
BLUE value IS 53 (21.09% from 255) = 14.36%
R=34.69%
G=50.95%
B=14.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal128188530.3200.720.2686.6756.0247.25
Hex80BC35200481A57382f
Octal20027465400110321277057
Binary100000001011110011010110000001001000110101010111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,188,53); }

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

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

 a { background-color: rgb(128,188,53); }

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

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

 span { border-color: rgb(128,188,53); }

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