#80C636

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

Shades of Yellow Green #80C636

Tints of Yellow Green #80C636

Color information

#80C636 (or 0x80C636) is unknown color: approx Yellow Green. HEX triplet: 80, C6 and 36. RGB value is (128,198,54). Sum of RGB (Red+Green+Blue) = 128+198+54=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 198 (77.73% from 255 or 52.11% from 380); Blue value is 54 (21.48% from 255 or 14.21% from 380); Max value from RGB is 198 - color contains mainly: green. Hex color #80C636 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C636 is #7F39C9. Grayscale: #A1A1A1. Windows color (decimal): -8337866 or 3589760. OLE color: 3589760.

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

Color convert

RGB12819854-
CMYK0.3500.730.22
HSL89.17º57.14%49.41%-
HSV(B)89.17º72.73%77.65%-
XYZ29.7645.2410.65-
YUV160.6567.81104.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.68%
GREEN value IS 198 (77.73% from 255) = 52.11%
BLUE value IS 54 (21.48% from 255) = 14.21%
R=33.68%
G=52.11%
B=14.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal128198540.3500.730.2289.1757.1449.41
Hex80C6362304916593931
Octal20030666430111261317161
Binary100000001100011011011010001101001001101101011001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,198,54); }

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

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

 a { background-color: rgb(128,198,54); }

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

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

 span { border-color: rgb(128,198,54); }

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