#80F14A

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

Shades of Screamin' Green #80F14A

Tints of Screamin' Green #80F14A

Color information

#80F14A (or 0x80F14A) is unknown color: approx Screamin' Green. HEX triplet: 80, F1 and 4A. RGB value is (128,241,74). Sum of RGB (Red+Green+Blue) = 128+241+74=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 241 (94.53% from 255 or 54.40% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 241 - color contains mainly: green. Hex color #80F14A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F14A is #7F0EB5. Grayscale: #BCBCBC. Windows color (decimal): -8326838 or 4911488. OLE color: 4911488.

HSL color Cylindrical-coordinate representation of color #80F14A: hue angle of 100.6º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80F14A is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB12824174-
CMYK0.4700.690.05
HSL100.6º85.64%61.76%-
HSV(B)100.6º69.29%94.51%-
XYZ41.5967.9917.41-
YUV188.1863.5685.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.89%
GREEN value IS 241 (94.53% from 255) = 54.40%
BLUE value IS 74 (29.30% from 255) = 16.70%
R=28.89%
G=54.40%
B=16.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal128241740.4700.690.05100.685.6461.76
Hex80F14A2F045565563e
Octal200361112570105514512676
Binary100000001111000110010101011110100010110111001011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,241,74); }

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

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

 a { background-color: rgb(128,241,74); }

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

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

 span { border-color: rgb(128,241,74); }

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