#80F75C

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

Shades of Screamin' Green #80F75C

Tints of Screamin' Green #80F75C

Color information

#80F75C (or 0x80F75C) is unknown color: approx Screamin' Green. HEX triplet: 80, F7 and 5C. RGB value is (128,247,92). Sum of RGB (Red+Green+Blue) = 128+247+92=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 247 (96.88% from 255 or 52.89% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 247 - color contains mainly: green. Hex color #80F75C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F75C is #7F08A3. Grayscale: #C2C2C2. Windows color (decimal): -8325284 or 6092672. OLE color: 6092672.

HSL color Cylindrical-coordinate representation of color #80F75C: hue angle of 106.06º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80F75C is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB12824792-
CMYK0.4800.630.03
HSL106.06º90.64%66.47%-
HSV(B)106.06º62.75%96.86%-
XYZ44.0971.8821.68-
YUV193.7570.5881.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.41%
GREEN value IS 247 (96.88% from 255) = 52.89%
BLUE value IS 92 (36.33% from 255) = 19.70%
R=27.41%
G=52.89%
B=19.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal128247920.4800.630.03106.0690.6466.47
Hex80F75C3003F36a5b42
Octal200367134600773152133102
Binary10000000111101111011100110000011111111110101010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,247,92); }

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

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

 a { background-color: rgb(128,247,92); }

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

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

 span { border-color: rgb(128,247,92); }

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