#80F663

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

Shades of Screamin' Green #80F663

Tints of Screamin' Green #80F663

Color information

#80F663 (or 0x80F663) is unknown color: approx Screamin' Green. HEX triplet: 80, F6 and 63. RGB value is (128,246,99). Sum of RGB (Red+Green+Blue) = 128+246+99=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 246 (96.48% from 255 or 52.01% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 246 - color contains mainly: green. Hex color #80F663 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F663 is #7F099C. Grayscale: #C2C2C2. Windows color (decimal): -8325533 or 6551168. OLE color: 6551168.

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

Color convert

RGB12824699-
CMYK0.4800.600.04
HSL108.16º89.09%67.65%-
HSV(B)108.16º59.76%96.47%-
XYZ44.1171.423.26-
YUV193.9674.4180.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.06%
GREEN value IS 246 (96.48% from 255) = 52.01%
BLUE value IS 99 (39.06% from 255) = 20.93%
R=27.06%
G=52.01%
B=20.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal128246990.4800.600.04108.1689.0967.65
Hex80F6633003C46c5944
Octal200366143600744154131104
Binary100000001111011011000111100000111100100110110010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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