#80C638

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

Shades of Yellow Green #80C638

Tints of Yellow Green #80C638

Color information

#80C638 (or 0x80C638) is unknown color: approx Yellow Green. HEX triplet: 80, C6 and 38. RGB value is (128,198,56). Sum of RGB (Red+Green+Blue) = 128+198+56=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 198 (77.73% from 255 or 51.83% from 382); Blue value is 56 (22.27% from 255 or 14.66% from 382); Max value from RGB is 198 - color contains mainly: green. Hex color #80C638 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C638 is #7F39C7. Grayscale: #A1A1A1. Windows color (decimal): -8337864 or 3720832. OLE color: 3720832.

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

Color convert

RGB12819856-
CMYK0.3500.720.22
HSL89.58º55.91%49.8%-
HSV(B)89.58º71.72%77.65%-
XYZ29.8145.2610.91-
YUV160.8868.81104.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.51%
GREEN value IS 198 (77.73% from 255) = 51.83%
BLUE value IS 56 (22.27% from 255) = 14.66%
R=33.51%
G=51.83%
B=14.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal128198560.3500.720.2289.5855.9149.8
Hex80C63823048165a3832
Octal20030670430110261327062
Binary100000001100011011100010001101001000101101011010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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