#80FC58

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

Shades of Screamin' Green #80FC58

Tints of Screamin' Green #80FC58

Color information

#80FC58 (or 0x80FC58) is unknown color: approx Screamin' Green. HEX triplet: 80, FC and 58. RGB value is (128,252,88). Sum of RGB (Red+Green+Blue) = 128+252+88=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 252 (98.83% from 255 or 53.85% from 468); Blue value is 88 (34.77% from 255 or 18.80% from 468); Max value from RGB is 252 - color contains mainly: green. Hex color #80FC58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FC58 is #7F03A7. Grayscale: #C4C4C4. Windows color (decimal): -8324008 or 5831808. OLE color: 5831808.

HSL color Cylindrical-coordinate representation of color #80FC58: hue angle of 105.37º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80FC58 is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB12825288-
CMYK0.4900.650.01
HSL105.37º96.47%66.67%-
HSV(B)105.37º65.08%98.82%-
XYZ45.4774.9121.3-
YUV196.2366.9279.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.35%
GREEN value IS 252 (98.83% from 255) = 53.85%
BLUE value IS 88 (34.77% from 255) = 18.80%
R=27.35%
G=53.85%
B=18.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal128252880.4900.650.01105.3796.4766.67
Hex80FC58310411696043
Octal2003741306101011151140103
Binary10000000111111001011000110001010000011110100111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FC58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,252,88); }

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

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

 a { background-color: rgb(128,252,88); }

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

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

 span { border-color: rgb(128,252,88); }

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