#80CA33

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

Shades of Yellow Green #80CA33

Tints of Yellow Green #80CA33

Color information

#80CA33 (or 0x80CA33) is unknown color: approx Yellow Green. HEX triplet: 80, CA and 33. RGB value is (128,202,51). Sum of RGB (Red+Green+Blue) = 128+202+51=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 202 (79.30% from 255 or 53.02% from 381); Blue value is 51 (20.31% from 255 or 13.39% from 381); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CA33 is #7F35CC. Grayscale: #A3A3A3. Windows color (decimal): -8336845 or 3394176. OLE color: 3394176.

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

Color convert

RGB12820251-
CMYK0.3700.750.21
HSL89.4º59.68%49.61%-
HSV(B)89.4º74.75%79.22%-
XYZ30.6247.0710.6-
YUV162.6664.98103.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.60%
GREEN value IS 202 (79.30% from 255) = 53.02%
BLUE value IS 51 (20.31% from 255) = 13.39%
R=33.60%
G=53.02%
B=13.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal128202510.3700.750.2189.459.6849.61
Hex80CA332504B15593c32
Octal20031263450113251317462
Binary100000001100101011001110010101001011101011011001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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