#40ED55

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

Shades of Screamin' Green #40ED55

Tints of Screamin' Green #40ED55

Color information

#40ED55 (or 0x40ED55) is unknown color: approx Screamin' Green. HEX triplet: 40, ED and 55. RGB value is (64,237,85). Sum of RGB (Red+Green+Blue) = 64+237+85=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 237 (92.97% from 255 or 61.40% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 237 - color contains mainly: green. Hex color #40ED55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40ED55 is #BF12AA. Grayscale: #A8A8A8. Windows color (decimal): -12522155 or 5631296. OLE color: 5631296.

HSL color Cylindrical-coordinate representation of color #40ED55: hue angle of 127.28º 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 #40ED55 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB6423785-
CMYK0.7300.640.07
HSL127.28º82.78%59.02%-
HSV(B)127.28º73%92.94%-
XYZ34.0462.3118.83-
YUV167.9481.1953.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.58%
GREEN value IS 237 (92.97% from 255) = 61.40%
BLUE value IS 85 (33.59% from 255) = 22.02%
R=16.58%
G=61.40%
B=22.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal64237850.7300.640.07127.2882.7859.02
Hex40ED554904077f533b
Octal1003551251110100717712373
Binary100000011101101101010110010010100000011111111111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40ED55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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