#80FC69

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

Shades of Screamin' Green #80FC69

Tints of Screamin' Green #80FC69

Color information

#80FC69 (or 0x80FC69) is unknown color: approx Screamin' Green. HEX triplet: 80, FC and 69. RGB value is (128,252,105). Sum of RGB (Red+Green+Blue) = 128+252+105=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 252 (98.83% from 255 or 51.96% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 252 - color contains mainly: green. Hex color #80FC69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FC69 is #7F0396. Grayscale: #C6C6C6. Windows color (decimal): -8323991 or 6945920. OLE color: 6945920.

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

Color convert

RGB128252105-
CMYK0.4900.580.01
HSL110.61º96.08%70%-
HSV(B)110.61º58.33%98.82%-
XYZ46.2675.2325.45-
YUV198.1775.4277.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.39%
GREEN value IS 252 (98.83% from 255) = 51.96%
BLUE value IS 105 (41.41% from 255) = 21.65%
R=26.39%
G=51.96%
B=21.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1282521050.4900.580.01110.6196.0870
Hex80FC693103A16f6046
Octal200374151610721157140106
Binary1000000011111100110100111000101110101110111111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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