#80F85D

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

Shades of Screamin' Green #80F85D

Tints of Screamin' Green #80F85D

Color information

#80F85D (or 0x80F85D) is unknown color: approx Screamin' Green. HEX triplet: 80, F8 and 5D. RGB value is (128,248,93). Sum of RGB (Red+Green+Blue) = 128+248+93=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 248 (97.27% from 255 or 52.88% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 248 - color contains mainly: green. Hex color #80F85D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F85D is #7F07A2. Grayscale: #C2C2C2. Windows color (decimal): -8325027 or 6158464. OLE color: 6158464.

HSL color Cylindrical-coordinate representation of color #80F85D: hue angle of 106.45º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80F85D is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB12824893-
CMYK0.4800.620.03
HSL106.45º91.72%66.86%-
HSV(B)106.45º62.5%97.25%-
XYZ44.4572.5122.01-
YUV194.4570.7480.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.29%
GREEN value IS 248 (97.27% from 255) = 52.88%
BLUE value IS 93 (36.72% from 255) = 19.83%
R=27.29%
G=52.88%
B=19.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal128248930.4800.620.03106.4591.7266.86
Hex80F85D3003E36a5c43
Octal200370135600763152134103
Binary10000000111110001011101110000011111011110101010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,248,93); }

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

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

 a { background-color: rgb(128,248,93); }

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

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

 span { border-color: rgb(128,248,93); }

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