#40FF5F

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

Shades of Screamin' Green #40FF5F

Tints of Screamin' Green #40FF5F

Color information

#40FF5F (or 0x40FF5F) is unknown color: approx Screamin' Green. HEX triplet: 40, FF and 5F. RGB value is (64,255,95). Sum of RGB (Red+Green+Blue) = 64+255+95=414 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.46% from 414); Green value is 255 (100% from 255 or 61.59% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 255 - color contains mainly: green. Hex color #40FF5F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40FF5F is #BF00A0. Grayscale: #B4B4B4. Windows color (decimal): -12517537 or 6291264. OLE color: 6291264.

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

Color convert

RGB6425595-
CMYK0.7500.630
HSL129.74º100%62.55%-
HSV(B)129.74º74.9%100%-
XYZ39.9473.4422.9-
YUV179.6580.2245.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.46%
GREEN value IS 255 (100% from 255) = 61.59%
BLUE value IS 95 (37.5% from 255) = 22.95%
R=15.46%
G=61.59%
B=22.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal64255950.7500.630129.7410062.55
Hex40FF5F4B03F082643f
Octal100377137113077020214477
Binary1000000111111111011111100101101111110100000101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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