#80F15E

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

Shades of Screamin' Green #80F15E

Tints of Screamin' Green #80F15E

Color information

#80F15E (or 0x80F15E) is unknown color: approx Screamin' Green. HEX triplet: 80, F1 and 5E. RGB value is (128,241,94). Sum of RGB (Red+Green+Blue) = 128+241+94=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 241 (94.53% from 255 or 52.05% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 241 - color contains mainly: green. Hex color #80F15E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F15E is #7F0EA1. Grayscale: #BEBEBE. Windows color (decimal): -8326818 or 6222208. OLE color: 6222208.

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

Color convert

RGB12824194-
CMYK0.4700.610.05
HSL106.12º84%65.69%-
HSV(B)106.12º61%94.51%-
XYZ42.3868.3121.54-
YUV190.4673.5683.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.65%
GREEN value IS 241 (94.53% from 255) = 52.05%
BLUE value IS 94 (37.11% from 255) = 20.30%
R=27.65%
G=52.05%
B=20.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal128241940.4700.610.05106.128465.69
Hex80F15E2F03D56a5442
Octal200361136570755152124102
Binary100000001111000110111101011110111101101110101010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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