#40FF80

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

Shades of Screamin' Green #40FF80

Tints of Screamin' Green #40FF80

Color information

#40FF80 (or 0x40FF80) is unknown color: approx Screamin' Green. HEX triplet: 40, FF and 80. RGB value is (64,255,128). Sum of RGB (Red+Green+Blue) = 64+255+128=447 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.32% from 447); Green value is 255 (100% from 255 or 57.05% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 255 - color contains mainly: green. Hex color #40FF80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FF80 is #BF007F. Grayscale: #B7B7B7. Windows color (decimal): -12517504 or 8453952. OLE color: 8453952.

HSL color Cylindrical-coordinate representation of color #40FF80: hue angle of 140.1º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FF80 is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB64255128-
CMYK0.7500.500
HSL140.1º100%62.55%-
HSV(B)140.1º74.9%100%-
XYZ41.7774.1732.54-
YUV183.4196.7242.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.32%
GREEN value IS 255 (100% from 255) = 57.05%
BLUE value IS 128 (50.39% from 255) = 28.64%
R=14.32%
G=57.05%
B=28.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal642551280.7500.500140.110062.55
Hex40FF804B03208c643f
Octal100377200113062021414477
Binary10000001111111110000000100101101100100100011001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40FF80; }

 p { color: rgb(64,255,128); }

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

<style>
 a { background-color: #40FF80; }

 a { background-color: rgb(64,255,128); }

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

<style>
 span { border-color: #40FF80; }

 span { border-color: rgb(64,255,128); }

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