#5EF040

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

Shades of Screamin' Green #5EF040

Tints of Screamin' Green #5EF040

Color information

#5EF040 (or 0x5EF040) is unknown color: approx Screamin' Green. HEX triplet: 5E, F0 and 40. RGB value is (94,240,64). Sum of RGB (Red+Green+Blue) = 94+240+64=398 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.62% from 398); Green value is 240 (94.14% from 255 or 60.30% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 240 - color contains mainly: green. Hex color #5EF040 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EF040 is #A10FBF. Grayscale: #B0B0B0. Windows color (decimal): -10555328 or 4255838. OLE color: 4255838.

HSL color Cylindrical-coordinate representation of color #5EF040: hue angle of 109.77º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5EF040 is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB9424064-
CMYK0.6100.730.06
HSL109.77º85.44%59.61%-
HSV(B)109.77º73.33%94.12%-
XYZ36.765.0715.48-
YUV176.2864.6369.31-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.62%
GREEN value IS 240 (94.14% from 255) = 60.30%
BLUE value IS 64 (25.39% from 255) = 16.08%
R=23.62%
G=60.30%
B=16.08%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal94240640.6100.730.06109.7785.4459.61
Hex5EF0403D04966e553c
Octal136360100750111615612574
Binary10111101111000010000001111010100100111011011101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EF040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EF040; }

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

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

<style>
 a { background-color: #5EF040; }

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

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

<style>
 span { border-color: #5EF040; }

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

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