Html Css Color HEX #80FD74 Screamin' Green

📋 copy color: '#80FD74'

red 128 ◦ green 253 ◦ blue 116

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

Shades of Screamin' Green #80FD74

Tints of Screamin' Green #80FD74

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.91%

 BLUE value IS 116 (45.7% from 255) = 23.34%

R = 25.75%
G = 50.91%
B = 23.34%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#80FD74 (or 0x80FD74) is known color: Screamin' Green. HEX triplet: 80, FD and 74. RGB value is (128,253,116). Sum of RGB (Red+Green+Blue) = 128+253+116=497 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.75% from 497); Green value is 253 (99.22% from 255 or 50.91% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 253 - color contains mainly: green. Hex color #80FD74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FD74 is #7F028B. Grayscale: #C8C8C8. Windows color (decimal): -8323724 or 7667072. OLE color: 7667072.

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

Color convert

RGB 128 253 116 -
CMYK 0.49 0 0.54 0.01
HSL 114.74º 0.97% 0.72% -
HSV(B) 114.74º 0.54% 0.99% -
XYZ 47.18 76.1 28.73 -
YUV 200.01 80.59 76.64 -
System Red Green Blue C M Y K H S L
Decimal 128 253 116 0.49 0 0.54 0.01 114.74 0.97 0.72
Hex 80 FD 74 31 0 36 1 73 61 48
Octal 200 375 164 61 0 66 1 163 141 110
Binary 10000000 11111101 1110100 110001 0 110110 1 1110011 1100001 1001000

Color Harmonies of #80FD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FD74

Black with #80FD74

Text Example


Text Example

White with #80FD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,253,116); }

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

background-color css

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

 a { background-color: rgb(128,253,116); }

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

border-color css

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

 span { border-color: rgb(128,253,116); }

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