#80FB33

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

Shades of Green Yellow #80FB33

Tints of Green Yellow #80FB33

Color information

#80FB33 (or 0x80FB33) is unknown color: approx Green Yellow. HEX triplet: 80, FB and 33. RGB value is (128,251,51). Sum of RGB (Red+Green+Blue) = 128+251+51=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 251 (98.44% from 255 or 58.37% from 430); Blue value is 51 (20.31% from 255 or 11.86% from 430); Max value from RGB is 251 - color contains mainly: green. Hex color #80FB33 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FB33 is #7F04CC. Grayscale: #C0C0C0. Windows color (decimal): -8324301 or 3406720. OLE color: 3406720.

HSL color Cylindrical-coordinate representation of color #80FB33: hue angle of 96.9º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80FB33 is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB12825151-
CMYK0.4900.800.02
HSL96.9º96.15%59.22%-
HSV(B)96.9º79.68%98.43%-
XYZ4473.8215.06-
YUV191.4248.7582.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.77%
GREEN value IS 251 (98.44% from 255) = 58.37%
BLUE value IS 51 (20.31% from 255) = 11.86%
R=29.77%
G=58.37%
B=11.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal128251510.4900.800.0296.996.1559.22
Hex80FB3331050261603b
Octal20037363610120214114073
Binary1000000011111011110011110001010100001011000011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FB33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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