#80F63F

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

Shades of Green Yellow #80F63F

Tints of Green Yellow #80F63F

Color information

#80F63F (or 0x80F63F) is unknown color: approx Green Yellow. HEX triplet: 80, F6 and 3F. RGB value is (128,246,63). Sum of RGB (Red+Green+Blue) = 128+246+63=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 246 (96.48% from 255 or 56.29% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 246 - color contains mainly: green. Hex color #80F63F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F63F is #7F09C0. Grayscale: #BEBEBE. Windows color (decimal): -8325569 or 4191872. OLE color: 4191872.

HSL color Cylindrical-coordinate representation of color #80F63F: hue angle of 98.69º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80F63F is Cyan = 0.48, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB12824663-
CMYK0.4800.740.04
HSL98.69º91.04%60.59%-
HSV(B)98.69º74.39%96.47%-
XYZ42.7670.8616.13-
YUV189.8656.4183.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.29%
GREEN value IS 246 (96.48% from 255) = 56.29%
BLUE value IS 63 (25% from 255) = 14.42%
R=29.29%
G=56.29%
B=14.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal128246630.4800.740.0498.6991.0460.59
Hex80F63F3004A4635b3d
Octal20036677600112414313375
Binary10000000111101101111111100000100101010011000111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,246,63); }

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

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

 a { background-color: rgb(128,246,63); }

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

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

 span { border-color: rgb(128,246,63); }

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