#55E46A

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

Shades of Screamin' Green #55E46A

Tints of Screamin' Green #55E46A

Color information

#55E46A (or 0x55E46A) is unknown color: approx Screamin' Green. HEX triplet: 55, E4 and 6A. RGB value is (85,228,106). Sum of RGB (Red+Green+Blue) = 85+228+106=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 228 (89.45% from 255 or 54.42% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 228 - color contains mainly: green. Hex color #55E46A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55E46A is #AA1B95. Grayscale: #ABABAB. Windows color (decimal): -11148182 or 7005269. OLE color: 7005269.

HSL color Cylindrical-coordinate representation of color #55E46A: hue angle of 128.81º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E46A is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB85228106-
CMYK0.6300.540.11
HSL128.81º72.59%61.37%-
HSV(B)128.81º62.72%89.41%-
XYZ34.0958.4623.12-
YUV171.3391.1266.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.29%
GREEN value IS 228 (89.45% from 255) = 54.42%
BLUE value IS 106 (41.80% from 255) = 25.30%
R=20.29%
G=54.42%
B=25.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal852281060.6300.540.11128.8172.5961.37
Hex55E46A3F036B81493d
Octal125344152770661320111175
Binary101010111100100110101011111101101101011100000011001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,228,106); }

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

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

 a { background-color: rgb(85,228,106); }

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

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

 span { border-color: rgb(85,228,106); }

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