#80dc1b

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

Shades of Yellow Green #80DC1B

Tints of Yellow Green #80DC1B

Color information

#80DC1B (or 0x80DC1B) is unknown color: approx Yellow Green. HEX triplet: 80, DC and 1B. RGB value is (128,220,27). Sum of RGB (Red+Green+Blue) = 128+220+27=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 220 (86.33% from 255 or 58.67% from 375); Blue value is 27 (10.94% from 255 or 7.2% from 375); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DC1B is #7F23E4. Grayscale: #ABABAB. Windows color (decimal): -8332261 or 1825920. OLE color: 1825920.

HSL color Cylindrical-coordinate representation of color #80DC1B: hue angle of 88.6º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80DC1B is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB12822027-
CMYK0.4200.880.14
HSL88.6º78.14%48.43%-
HSV(B)88.6º87.73%86.27%-
XYZ34.6955.859.99-
YUV170.4947.0297.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.13%
GREEN value IS 220 (86.33% from 255) = 58.67%
BLUE value IS 27 (10.94% from 255) = 7.2%
R=34.13%
G=58.67%
B=7.2%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal128220270.4200.880.1488.678.1448.43
Hex80DC1B2A058E594e30
Octal200334335201301613111660
Binary10000000110111001101110101001011000111010110011001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80dc1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,220,27); }

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

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

 a { background-color: rgb(128,220,27); }

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

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

 span { border-color: rgb(128,220,27); }

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