Html Css Color HEX #80FC34 Green Yellow

📋 copy color: '#80FC34'

red 128 ◦ green 252 ◦ blue 52

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

Shades of Green Yellow #80FC34

Tints of Green Yellow #80FC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.04%

R = 29.63%
G = 58.33%
B = 12.04%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#80FC34 (or 0x80FC34) is known color: Green Yellow. HEX triplet: 80, FC and 34. RGB value is (128,252,52). Sum of RGB (Red+Green+Blue) = 128+252+52=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 252 (98.83% from 255 or 58.33% from 432); Blue value is 52 (20.70% from 255 or 12.04% from 432); Max value from RGB is 252 - color contains mainly: green. Hex color #80FC34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FC34 is #7F03CB. Grayscale: #C0C0C0. Windows color (decimal): -8324044 or 3472512. OLE color: 3472512.

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

Color convert

RGB 128 252 52 -
CMYK 0.49 0 0.79 0.01
HSL 97.2º 0.97% 0.6% -
HSV(B) 97.2º 0.79% 0.99% -
XYZ 44.33 74.46 15.28 -
YUV 192.12 48.92 82.26 -
System Red Green Blue C M Y K H S L
Decimal 128 252 52 0.49 0 0.79 0.01 97.2 0.97 0.6
Hex 80 FC 34 31 0 4F 1 61 61 3C
Octal 200 374 64 61 0 117 1 141 141 74
Binary 10000000 11111100 110100 110001 0 1001111 1 1100001 1100001 111100

Color Harmonies of #80FC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FC34

Black with #80FC34

Text Example


Text Example

White with #80FC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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