Html Css Color HEX #80F73D Green Yellow

📋 copy color: '#80F73D'

red 128 ◦ green 247 ◦ blue 61

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

Shades of Green Yellow #80F73D

Tints of Green Yellow #80F73D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 56.65%

 BLUE value IS 61 (24.22% from 255) = 13.99%

R = 29.36%
G = 56.65%
B = 13.99%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#80F73D (or 0x80F73D) is known color: Green Yellow. HEX triplet: 80, F7 and 3D. RGB value is (128,247,61). Sum of RGB (Red+Green+Blue) = 128+247+61=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 247 (96.88% from 255 or 56.65% from 436); Blue value is 61 (24.22% from 255 or 13.99% from 436); Max value from RGB is 247 - color contains mainly: green. Hex color #80F73D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F73D is #7F08C2. Grayscale: #BEBEBE. Windows color (decimal): -8325315 or 4061056. OLE color: 4061056.

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

Color convert

RGB 128 247 61 -
CMYK 0.48 0 0.75 0.03
HSL 98.39º 0.92% 0.6% -
HSV(B) 98.39º 0.75% 0.97% -
XYZ 43.01 71.45 15.94 -
YUV 190.22 55.08 83.62 -
System Red Green Blue C M Y K H S L
Decimal 128 247 61 0.48 0 0.75 0.03 98.39 0.92 0.6
Hex 80 F7 3D 30 0 4B 3 62 5C 3C
Octal 200 367 75 60 0 113 3 142 134 74
Binary 10000000 11110111 111101 110000 0 1001011 11 1100010 1011100 111100

Color Harmonies of #80F73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F73D

Black with #80F73D

Text Example


Text Example

White with #80F73D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,247,61); }

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

background-color css

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

 a { background-color: rgb(128,247,61); }

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

border-color css

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

 span { border-color: rgb(128,247,61); }

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