#40ED64

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

Shades of Screamin' Green #40ED64

Tints of Screamin' Green #40ED64

Color information

#40ED64 (or 0x40ED64) is unknown color: approx Screamin' Green. HEX triplet: 40, ED and 64. RGB value is (64,237,100). Sum of RGB (Red+Green+Blue) = 64+237+100=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 237 (92.97% from 255 or 59.10% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 237 - color contains mainly: green. Hex color #40ED64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40ED64 is #BF129B. Grayscale: #AAAAAA. Windows color (decimal): -12522140 or 6614336. OLE color: 6614336.

HSL color Cylindrical-coordinate representation of color #40ED64: hue angle of 132.49º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40ED64 is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB64237100-
CMYK0.7300.580.07
HSL132.49º82.78%59.02%-
HSV(B)132.49º73%92.94%-
XYZ34.762.5822.31-
YUV169.6688.6952.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.96%
GREEN value IS 237 (92.97% from 255) = 59.10%
BLUE value IS 100 (39.45% from 255) = 24.94%
R=15.96%
G=59.10%
B=24.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal642371000.7300.580.07132.4982.7859.02
Hex40ED644903A784533b
Octal100355144111072720412373
Binary100000011101101110010010010010111010111100001001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40ED64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,237,100); }

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

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

 a { background-color: rgb(64,237,100); }

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

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

 span { border-color: rgb(64,237,100); }

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