#80F24F

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

Shades of Screamin' Green #80F24F

Tints of Screamin' Green #80F24F

Color information

#80F24F (or 0x80F24F) is unknown color: approx Screamin' Green. HEX triplet: 80, F2 and 4F. RGB value is (128,242,79). Sum of RGB (Red+Green+Blue) = 128+242+79=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 242 (94.92% from 255 or 53.90% from 449); Blue value is 79 (31.25% from 255 or 17.59% from 449); Max value from RGB is 242 - color contains mainly: green. Hex color #80F24F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F24F is #7F0DB0. Grayscale: #BDBDBD. Windows color (decimal): -8326577 or 5239424. OLE color: 5239424.

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

Color convert

RGB12824279-
CMYK0.4700.670.05
HSL101.96º86.24%62.94%-
HSV(B)101.96º67.36%94.9%-
XYZ42.0768.6618.43-
YUV189.3365.7384.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.51%
GREEN value IS 242 (94.92% from 255) = 53.90%
BLUE value IS 79 (31.25% from 255) = 17.59%
R=28.51%
G=53.90%
B=17.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal128242790.4700.670.05101.9686.2462.94
Hex80F24F2F043566563f
Octal200362117570103514612677
Binary100000001111001010011111011110100001110111001101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,242,79); }

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

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

 a { background-color: rgb(128,242,79); }

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

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

 span { border-color: rgb(128,242,79); }

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