Html Css Color HEX #80FC40 Green Yellow

📋 copy color: '#80FC40'

red 128 ◦ green 252 ◦ blue 64

#80FC40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Yellow #80FC40

Tints of Green Yellow #80FC40

RGB

 RED value IS 128 (50.39% from 255) = 28.83%

 GREEN value IS 252 (98.83% from 255) = 56.76%

 BLUE value IS 64 (25.39% from 255) = 14.41%

R = 28.83%
G = 56.76%
B = 14.41%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#80FC40 (or 0x80FC40) is known color: Green Yellow. HEX triplet: 80, FC and 40. RGB value is (128,252,64). Sum of RGB (Red+Green+Blue) = 128+252+64=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 252 (98.83% from 255 or 56.76% from 444); Blue value is 64 (25.39% from 255 or 14.41% from 444); Max value from RGB is 252 - color contains mainly: green. Hex color #80FC40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FC40 is #7F03BF. Grayscale: #C2C2C2. Windows color (decimal): -8324032 or 4258944. OLE color: 4258944.

HSL color Cylindrical-coordinate representation of color #80FC40: hue angle of 99.57º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80FC40 is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 252 64 -
CMYK 0.49 0 0.75 0.01
HSL 99.57º 0.97% 0.62% -
HSV(B) 99.57º 0.75% 0.99% -
XYZ 44.64 74.58 16.89 -
YUV 193.49 54.92 81.29 -
System Red Green Blue C M Y K H S L
Decimal 128 252 64 0.49 0 0.75 0.01 99.57 0.97 0.62
Hex 80 FC 40 31 0 4B 1 64 61 3E
Octal 200 374 100 61 0 113 1 144 141 76
Binary 10000000 11111100 1000000 110001 0 1001011 1 1100100 1100001 111110

Color Harmonies of #80FC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FC40

Black with #80FC40

Text Example


Text Example

White with #80FC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,252,64); }

 H1.HeaderClassName
 {
   color: #80FC40;
 }
 .AnyTagClassName
 {
   color: #80FC40;
 }
</style>

background-color css

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

 a { background-color: rgb(128,252,64); }

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

border-color css

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

 span { border-color: rgb(128,252,64); }

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