#55EC64

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

Shades of Screamin' Green #55EC64

Tints of Screamin' Green #55EC64

Color information

#55EC64 (or 0x55EC64) is unknown color: approx Screamin' Green. HEX triplet: 55, EC and 64. RGB value is (85,236,100). Sum of RGB (Red+Green+Blue) = 85+236+100=421 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.19% from 421); Green value is 236 (92.58% from 255 or 56.06% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 236 - color contains mainly: green. Hex color #55EC64 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55EC64 is #AA139B. Grayscale: #AFAFAF. Windows color (decimal): -11146140 or 6614101. OLE color: 6614101.

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

Color convert

RGB85236100-
CMYK0.6400.580.07
HSL125.96º79.89%62.94%-
HSV(B)125.96º63.98%92.55%-
XYZ36.0462.8422.29-
YUV175.3585.4763.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.19%
GREEN value IS 236 (92.58% from 255) = 56.06%
BLUE value IS 100 (39.45% from 255) = 23.75%
R=20.19%
G=56.06%
B=23.75%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal852361000.6400.580.07125.9679.8962.94
Hex55EC644003A77e503f
Octal125354144100072717612077
Binary10101011110110011001001000000011101011111111101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55EC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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