#40FB50

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

Shades of Screamin' Green #40FB50

Tints of Screamin' Green #40FB50

Color information

#40FB50 (or 0x40FB50) is unknown color: approx Screamin' Green. HEX triplet: 40, FB and 50. RGB value is (64,251,80). Sum of RGB (Red+Green+Blue) = 64+251+80=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 251 (98.44% from 255 or 63.54% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 251 - color contains mainly: green. Hex color #40FB50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40FB50 is #BF04AF. Grayscale: #B0B0B0. Windows color (decimal): -12518576 or 5307200. OLE color: 5307200.

HSL color Cylindrical-coordinate representation of color #40FB50: hue angle of 125.13º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FB50 is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB6425180-
CMYK0.7500.680.02
HSL125.13º95.9%61.76%-
HSV(B)125.13º74.5%98.43%-
XYZ38.0670.6619.22-
YUV175.5974.0548.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.20%
GREEN value IS 251 (98.44% from 255) = 63.54%
BLUE value IS 80 (31.64% from 255) = 20.25%
R=16.20%
G=63.54%
B=20.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal64251800.7500.680.02125.1395.961.76
Hex40FB504B04427d603e
Octal1003731201130104217514076
Binary10000001111101110100001001011010001001011111011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,251,80); }

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

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

 a { background-color: rgb(64,251,80); }

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

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

 span { border-color: rgb(64,251,80); }

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