#80CA36

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

Shades of Yellow Green #80CA36

Tints of Yellow Green #80CA36

Color information

#80CA36 (or 0x80CA36) is unknown color: approx Yellow Green. HEX triplet: 80, CA and 36. RGB value is (128,202,54). Sum of RGB (Red+Green+Blue) = 128+202+54=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 202 (79.30% from 255 or 52.60% from 384); Blue value is 54 (21.48% from 255 or 14.06% from 384); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CA36 is #7F35C9. Grayscale: #A3A3A3. Windows color (decimal): -8336842 or 3590784. OLE color: 3590784.

HSL color Cylindrical-coordinate representation of color #80CA36: hue angle of 90º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80CA36 is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB12820254-
CMYK0.3700.730.21
HSL90º58.27%50.2%-
HSV(B)90º73.27%79.22%-
XYZ30.6947.110.96-
YUV16366.48103.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.33%
GREEN value IS 202 (79.30% from 255) = 52.60%
BLUE value IS 54 (21.48% from 255) = 14.06%
R=33.33%
G=52.60%
B=14.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal128202540.3700.730.219058.2750.2
Hex80CA3625049155a3a32
Octal20031266450111251327262
Binary100000001100101011011010010101001001101011011010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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