#80CA24

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

Shades of Yellow Green #80CA24

Tints of Yellow Green #80CA24

Color information

#80CA24 (or 0x80CA24) is unknown color: approx Yellow Green. HEX triplet: 80, CA and 24. RGB value is (128,202,36). Sum of RGB (Red+Green+Blue) = 128+202+36=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 202 (79.30% from 255 or 55.19% from 366); Blue value is 36 (14.45% from 255 or 9.84% from 366); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CA24 is #7F35DB. Grayscale: #A1A1A1. Windows color (decimal): -8336860 or 2411136. OLE color: 2411136.

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

Color convert

RGB12820236-
CMYK0.3700.820.21
HSL86.75º69.75%46.67%-
HSV(B)86.75º82.18%79.22%-
XYZ30.3446.969.13-
YUV160.9557.48104.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.97%
GREEN value IS 202 (79.30% from 255) = 55.19%
BLUE value IS 36 (14.45% from 255) = 9.84%
R=34.97%
G=55.19%
B=9.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal128202360.3700.820.2186.7569.7546.67
Hex80CA24250521557462f
Octal200312444501222512710657
Binary1000000011001010100100100101010100101010110101111000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CA24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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