Html Css Color HEX #80FA32 Green Yellow

📋 copy color: '#80FA32'

red 128 ◦ green 250 ◦ blue 50

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

Shades of Green Yellow #80FA32

Tints of Green Yellow #80FA32

RGB

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

 GREEN value IS 250 (98.05% from 255) = 58.41%

 BLUE value IS 50 (19.92% from 255) = 11.68%

R = 29.91%
G = 58.41%
B = 11.68%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#80FA32 (or 0x80FA32) is known color: Green Yellow. HEX triplet: 80, FA and 32. RGB value is (128,250,50). Sum of RGB (Red+Green+Blue) = 128+250+50=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 250 (98.05% from 255 or 58.41% from 428); Blue value is 50 (19.92% from 255 or 11.68% from 428); Max value from RGB is 250 - color contains mainly: green. Hex color #80FA32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FA32 is #7F05CD. Grayscale: #BFBFBF. Windows color (decimal): -8324558 or 3340928. OLE color: 3340928.

HSL color Cylindrical-coordinate representation of color #80FA32: hue angle of 96.6º degrees, saturation: 0.95, 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 #80FA32 is Cyan = 0.49, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 250 50 -
CMYK 0.49 0 0.8 0.02
HSL 96.6º 0.95% 0.59% -
HSV(B) 96.6º 0.8% 0.98% -
XYZ 43.66 73.19 14.84 -
YUV 190.72 48.58 83.26 -
System Red Green Blue C M Y K H S L
Decimal 128 250 50 0.49 0 0.8 0.02 96.6 0.95 0.59
Hex 80 FA 32 31 0 50 2 61 5F 3B
Octal 200 372 62 61 0 120 2 141 137 73
Binary 10000000 11111010 110010 110001 0 1010000 10 1100001 1011111 111011

Color Harmonies of #80FA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FA32

Black with #80FA32

Text Example


Text Example

White with #80FA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,250,50); }

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

background-color css

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

 a { background-color: rgb(128,250,50); }

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

border-color css

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

 span { border-color: rgb(128,250,50); }

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