#80F160

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

Shades of Screamin' Green #80F160

Tints of Screamin' Green #80F160

Color information

#80F160 (or 0x80F160) is unknown color: approx Screamin' Green. HEX triplet: 80, F1 and 60. RGB value is (128,241,96). Sum of RGB (Red+Green+Blue) = 128+241+96=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 241 (94.53% from 255 or 51.83% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 241 - color contains mainly: green. Hex color #80F160 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F160 is #7F0E9F. Grayscale: #BFBFBF. Windows color (decimal): -8326816 or 6353280. OLE color: 6353280.

HSL color Cylindrical-coordinate representation of color #80F160: hue angle of 106.76º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80F160 is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB12824196-
CMYK0.4700.600.05
HSL106.76º83.82%66.08%-
HSV(B)106.76º60.17%94.51%-
XYZ42.4768.3422.02-
YUV190.6874.5683.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.53%
GREEN value IS 241 (94.53% from 255) = 51.83%
BLUE value IS 96 (37.89% from 255) = 20.65%
R=27.53%
G=51.83%
B=20.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal128241960.4700.600.05106.7683.8266.08
Hex80F1602F03C56b5442
Octal200361140570745153124102
Binary100000001111000111000001011110111100101110101110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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