#55EC48

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

Shades of Screamin' Green #55EC48

Tints of Screamin' Green #55EC48

Color information

#55EC48 (or 0x55EC48) is unknown color: approx Screamin' Green. HEX triplet: 55, EC and 48. RGB value is (85,236,72). Sum of RGB (Red+Green+Blue) = 85+236+72=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 236 (92.58% from 255 or 60.05% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 236 - color contains mainly: green. Hex color #55EC48 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55EC48 is #AA13B7. Grayscale: #ACACAC. Windows color (decimal): -11146168 or 4779093. OLE color: 4779093.

HSL color Cylindrical-coordinate representation of color #55EC48: hue angle of 115.24º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55EC48 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB8523672-
CMYK0.6400.690.07
HSL115.24º81.19%60.39%-
HSV(B)115.24º69.49%92.55%-
XYZ34.9162.3916.33-
YUV172.1571.4765.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.63%
GREEN value IS 236 (92.58% from 255) = 60.05%
BLUE value IS 72 (28.52% from 255) = 18.32%
R=21.63%
G=60.05%
B=18.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal85236720.6400.690.07115.2481.1960.39
Hex55EC4840045773513c
Octal1253541101000105716312174
Binary101010111101100100100010000000100010111111100111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55EC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55EC48; }

 p { color: rgb(85,236,72); }

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

<style>
 a { background-color: #55EC48; }

 a { background-color: rgb(85,236,72); }

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

<style>
 span { border-color: #55EC48; }

 span { border-color: rgb(85,236,72); }

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