#80F661

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

Shades of Screamin' Green #80F661

Tints of Screamin' Green #80F661

Color information

#80F661 (or 0x80F661) is unknown color: approx Screamin' Green. HEX triplet: 80, F6 and 61. RGB value is (128,246,97). Sum of RGB (Red+Green+Blue) = 128+246+97=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 246 (96.48% from 255 or 52.23% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 246 - color contains mainly: green. Hex color #80F661 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F661 is #7F099E. Grayscale: #C2C2C2. Windows color (decimal): -8325535 or 6420096. OLE color: 6420096.

HSL color Cylindrical-coordinate representation of color #80F661: hue angle of 107.52º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80F661 is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB12824697-
CMYK0.4800.610.04
HSL107.52º89.22%67.25%-
HSV(B)107.52º60.57%96.47%-
XYZ44.0271.3622.76-
YUV193.7373.4181.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.18%
GREEN value IS 246 (96.48% from 255) = 52.23%
BLUE value IS 97 (38.28% from 255) = 20.59%
R=27.18%
G=52.23%
B=20.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal128246970.4800.610.04107.5289.2267.25
Hex80F6613003D46c5943
Octal200366141600754154131103
Binary100000001111011011000011100000111101100110110010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,246,97); }

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

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

 a { background-color: rgb(128,246,97); }

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

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

 span { border-color: rgb(128,246,97); }

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