#80F83B

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

Shades of Green Yellow #80F83B

Tints of Green Yellow #80F83B

Color information

#80F83B (or 0x80F83B) is unknown color: approx Green Yellow. HEX triplet: 80, F8 and 3B. RGB value is (128,248,59). Sum of RGB (Red+Green+Blue) = 128+248+59=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 248 (97.27% from 255 or 57.01% from 435); Blue value is 59 (23.44% from 255 or 13.56% from 435); Max value from RGB is 248 - color contains mainly: green. Hex color #80F83B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F83B is #7F07C4. Grayscale: #BFBFBF. Windows color (decimal): -8325061 or 3930240. OLE color: 3930240.

HSL color Cylindrical-coordinate representation of color #80F83B: hue angle of 98.1º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80F83B is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB12824859-
CMYK0.4800.760.03
HSL98.1º93.1%60.2%-
HSV(B)98.1º76.21%97.25%-
XYZ43.2672.0415.76-
YUV190.5753.7483.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.43%
GREEN value IS 248 (97.27% from 255) = 57.01%
BLUE value IS 59 (23.44% from 255) = 13.56%
R=29.43%
G=57.01%
B=13.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal128248590.4800.760.0398.193.160.2
Hex80F83B3004C3625d3c
Octal20037073600114314213574
Binary1000000011111000111011110000010011001111000101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F83B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,248,59); }

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

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

 a { background-color: rgb(128,248,59); }

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

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

 span { border-color: rgb(128,248,59); }

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