Html Css Color HEX #80FD60 Screamin' Green

📋 copy color: '#80FD60'

red 128 ◦ green 253 ◦ blue 96

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

Shades of Screamin' Green #80FD60

Tints of Screamin' Green #80FD60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.13%

R = 26.83%
G = 53.04%
B = 20.13%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#80FD60 (or 0x80FD60) is known color: Screamin' Green. HEX triplet: 80, FD and 60. RGB value is (128,253,96). Sum of RGB (Red+Green+Blue) = 128+253+96=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 253 (99.22% from 255 or 53.04% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 253 - color contains mainly: green. Hex color #80FD60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FD60 is #7F029F. Grayscale: #C6C6C6. Windows color (decimal): -8323744 or 6356352. OLE color: 6356352.

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

Color convert

RGB 128 253 96 -
CMYK 0.49 0 0.62 0.01
HSL 107.77º 0.98% 0.68% -
HSV(B) 107.77º 0.62% 0.99% -
XYZ 46.14 75.68 23.24 -
YUV 197.73 70.59 78.27 -
System Red Green Blue C M Y K H S L
Decimal 128 253 96 0.49 0 0.62 0.01 107.77 0.98 0.68
Hex 80 FD 60 31 0 3E 1 6C 62 44
Octal 200 375 140 61 0 76 1 154 142 104
Binary 10000000 11111101 1100000 110001 0 111110 1 1101100 1100010 1000100

Color Harmonies of #80FD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FD60

Black with #80FD60

Text Example


Text Example

White with #80FD60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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