#80F64F

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

Shades of Screamin' Green #80F64F

Tints of Screamin' Green #80F64F

Color information

#80F64F (or 0x80F64F) is unknown color: approx Screamin' Green. HEX triplet: 80, F6 and 4F. RGB value is (128,246,79). Sum of RGB (Red+Green+Blue) = 128+246+79=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 246 (96.48% from 255 or 54.30% from 453); Blue value is 79 (31.25% from 255 or 17.44% from 453); Max value from RGB is 246 - color contains mainly: green. Hex color #80F64F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F64F is #7F09B0. Grayscale: #C0C0C0. Windows color (decimal): -8325553 or 5240448. OLE color: 5240448.

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

Color convert

RGB12824679-
CMYK0.4800.680.04
HSL102.4º90.27%63.73%-
HSV(B)102.4º67.89%96.47%-
XYZ43.2771.0718.83-
YUV191.6864.4182.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.26%
GREEN value IS 246 (96.48% from 255) = 54.30%
BLUE value IS 79 (31.25% from 255) = 17.44%
R=28.26%
G=54.30%
B=17.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal128246790.4800.680.04102.490.2763.73
Hex80F64F300444665a40
Octal2003661176001044146132100
Binary1000000011110110100111111000001000100100110011010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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