#5AFF80

Color #5AFF80 Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #5AFF80

Tints of Screamin' Green #5AFF80

Color information

#5AFF80 (or 0x5AFF80) is unknown color: approx Screamin' Green. HEX triplet: 5A, FF and 80. RGB value is (90,255,128). Sum of RGB (Red+Green+Blue) = 90+255+128=473 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.03% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFF80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFF80 is #A5007F. Grayscale: #BFBFBF. Windows color (decimal): -10813568 or 8453978. OLE color: 8453978.

HSL color Cylindrical-coordinate representation of color #5AFF80: hue angle of 133.82º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AFF80 is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB90255128-
CMYK0.6500.500
HSL133.82º100%67.65%-
HSV(B)133.82º64.71%100%-
XYZ43.8775.2532.63-
YUV191.1992.3455.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.03%
GREEN value IS 255 (100% from 255) = 53.91%
BLUE value IS 128 (50.39% from 255) = 27.06%
R=19.03%
G=53.91%
B=27.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal902551280.6500.500133.8210067.65
Hex5AFF80410320866444
Octal1323772001010620206144104
Binary101101011111111100000001000001011001001000011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AFF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AFF80; }

 p { color: rgb(90,255,128); }

 H1.HeaderClassName
 {
   color: #5AFF80;
 }
 .AnyTagClassName
 {
   color: #5AFF80;
 }
</style>
background-color css

<style>
 a { background-color: #5AFF80; }

 a { background-color: rgb(90,255,128); }

 div.DivClassName
 {
   background-color: #5AFF80;
 }
 .BgClassName
 {
   background-color: #5AFF80;
 }
</style>
border-color css

<style>
 span { border-color: #5AFF80; }

 span { border-color: rgb(90,255,128); }

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