#80FD62

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

Shades of Screamin' Green #80FD62

Tints of Screamin' Green #80FD62

Color information

#80FD62 (or 0x80FD62) is unknown color: approx Screamin' Green. HEX triplet: 80, FD and 62. RGB value is (128,253,98). Sum of RGB (Red+Green+Blue) = 128+253+98=479 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.72% from 479); Green value is 253 (99.22% from 255 or 52.82% from 479); Blue value is 98 (38.67% from 255 or 20.46% from 479); Max value from RGB is 253 - color contains mainly: green. Hex color #80FD62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FD62 is #7F029D. Grayscale: #C6C6C6. Windows color (decimal): -8323742 or 6487424. OLE color: 6487424.

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

Color convert

RGB12825398-
CMYK0.4900.610.01
HSL108.39º97.48%68.82%-
HSV(B)108.39º61.26%99.22%-
XYZ46.2375.7223.73-
YUV197.9671.5978.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.72%
GREEN value IS 253 (99.22% from 255) = 52.82%
BLUE value IS 98 (38.67% from 255) = 20.46%
R=26.72%
G=52.82%
B=20.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal128253980.4900.610.01108.3997.4868.82
Hex80FD623103D16c6145
Octal200375142610751154141105
Binary1000000011111101110001011000101111011110110011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,253,98); }

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

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

 a { background-color: rgb(128,253,98); }

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

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

 span { border-color: rgb(128,253,98); }

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