Html Css Color HEX #80FA71 Screamin' Green

📋 copy color: '#80FA71'

red 128 ◦ green 250 ◦ blue 113

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

Shades of Screamin' Green #80FA71

Tints of Screamin' Green #80FA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.01%

R = 26.07%
G = 50.92%
B = 23.01%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#80FA71 (or 0x80FA71) is known color: Screamin' Green. HEX triplet: 80, FA and 71. RGB value is (128,250,113). Sum of RGB (Red+Green+Blue) = 128+250+113=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 250 (98.05% from 255 or 50.92% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 250 - color contains mainly: green. Hex color #80FA71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FA71 is #7F058E. Grayscale: #C6C6C6. Windows color (decimal): -8324495 or 7469696. OLE color: 7469696.

HSL color Cylindrical-coordinate representation of color #80FA71: hue angle of 113.43º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80FA71 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 250 113 -
CMYK 0.49 0 0.55 0.02
HSL 113.43º 0.93% 0.71% -
HSV(B) 113.43º 0.55% 0.98% -
XYZ 46.07 74.15 27.51 -
YUV 197.9 80.08 78.14 -
System Red Green Blue C M Y K H S L
Decimal 128 250 113 0.49 0 0.55 0.02 113.43 0.93 0.71
Hex 80 FA 71 31 0 37 2 71 5D 47
Octal 200 372 161 61 0 67 2 161 135 107
Binary 10000000 11111010 1110001 110001 0 110111 10 1110001 1011101 1000111

Color Harmonies of #80FA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FA71

Black with #80FA71

Text Example


Text Example

White with #80FA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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