#80F560

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

Shades of Screamin' Green #80F560

Tints of Screamin' Green #80F560

Color information

#80F560 (or 0x80F560) is unknown color: approx Screamin' Green. HEX triplet: 80, F5 and 60. RGB value is (128,245,96). Sum of RGB (Red+Green+Blue) = 128+245+96=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 245 (96.09% from 255 or 52.24% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 245 - color contains mainly: green. Hex color #80F560 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F560 is #7F0A9F. Grayscale: #C1C1C1. Windows color (decimal): -8325792 or 6354304. OLE color: 6354304.

HSL color Cylindrical-coordinate representation of color #80F560: hue angle of 107.11º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80F560 is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB12824596-
CMYK0.4800.610.04
HSL107.11º88.17%66.86%-
HSV(B)107.11º60.82%96.08%-
XYZ43.6770.7422.42-
YUV193.0373.2481.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.29%
GREEN value IS 245 (96.09% from 255) = 52.24%
BLUE value IS 96 (37.89% from 255) = 20.47%
R=27.29%
G=52.24%
B=20.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal128245960.4800.610.04107.1188.1766.86
Hex80F5603003D46b5843
Octal200365140600754153130103
Binary100000001111010111000001100000111101100110101110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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