#80C434

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

Shades of Yellow Green #80C434

Tints of Yellow Green #80C434

Color information

#80C434 (or 0x80C434) is unknown color: approx Yellow Green. HEX triplet: 80, C4 and 34. RGB value is (128,196,52). Sum of RGB (Red+Green+Blue) = 128+196+52=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 196 (76.95% from 255 or 52.13% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 196 - color contains mainly: green. Hex color #80C434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C434 is #7F3BCB. Grayscale: #9F9F9F. Windows color (decimal): -8338380 or 3458176. OLE color: 3458176.

HSL color Cylindrical-coordinate representation of color #80C434: hue angle of 88.33º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80C434 is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB12819652-
CMYK0.3500.730.23
HSL88.33º58.06%48.63%-
HSV(B)88.33º73.47%76.86%-
XYZ29.2644.3210.26-
YUV159.2567.47105.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.04%
GREEN value IS 196 (76.95% from 255) = 52.13%
BLUE value IS 52 (20.70% from 255) = 13.83%
R=34.04%
G=52.13%
B=13.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal128196520.3500.730.2388.3358.0648.63
Hex80C4342304917583a31
Octal20030464430111271307261
Binary100000001100010011010010001101001001101111011000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,196,52); }

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

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

 a { background-color: rgb(128,196,52); }

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

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

 span { border-color: rgb(128,196,52); }

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