#55E149

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

Shades of Screamin' Green #55E149

Tints of Screamin' Green #55E149

Color information

#55E149 (or 0x55E149) is unknown color: approx Screamin' Green. HEX triplet: 55, E1 and 49. RGB value is (85,225,73). Sum of RGB (Red+Green+Blue) = 85+225+73=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 225 (88.28% from 255 or 58.75% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 225 - color contains mainly: green. Hex color #55E149 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E149 is #AA1EB6. Grayscale: #A6A6A6. Windows color (decimal): -11148983 or 4841813. OLE color: 4841813.

HSL color Cylindrical-coordinate representation of color #55E149: hue angle of 115.26º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55E149 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB8522573-
CMYK0.6200.680.12
HSL115.26º71.7%58.43%-
HSV(B)115.26º67.56%88.24%-
XYZ31.8756.2615.48-
YUV165.8175.6270.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.19%
GREEN value IS 225 (88.28% from 255) = 58.75%
BLUE value IS 73 (28.91% from 255) = 19.06%
R=22.19%
G=58.75%
B=19.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal85225730.6200.680.12115.2671.758.43
Hex55E1493E044C73483a
Octal1253411117601041416311072
Binary101010111100001100100111111001000100110011100111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,225,73); }

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

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

 a { background-color: rgb(85,225,73); }

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

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

 span { border-color: rgb(85,225,73); }

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