#40FF5E

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

Shades of Screamin' Green #40FF5E

Tints of Screamin' Green #40FF5E

Color information

#40FF5E (or 0x40FF5E) is unknown color: approx Screamin' Green. HEX triplet: 40, FF and 5E. RGB value is (64,255,94). Sum of RGB (Red+Green+Blue) = 64+255+94=413 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.50% from 413); Green value is 255 (100% from 255 or 61.74% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 255 - color contains mainly: green. Hex color #40FF5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40FF5E is #BF00A1. Grayscale: #B3B3B3. Windows color (decimal): -12517538 or 6225728. OLE color: 6225728.

HSL color Cylindrical-coordinate representation of color #40FF5E: hue angle of 129.42º 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 #40FF5E is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB6425594-
CMYK0.7500.630
HSL129.42º100%62.55%-
HSV(B)129.42º74.9%100%-
XYZ39.8973.4222.66-
YUV179.5479.7245.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.50%
GREEN value IS 255 (100% from 255) = 61.74%
BLUE value IS 94 (37.11% from 255) = 22.76%
R=15.50%
G=61.74%
B=22.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal64255940.7500.630129.4210062.55
Hex40FF5E4B03F081643f
Octal100377136113077020114477
Binary1000000111111111011110100101101111110100000011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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