#55E561

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

Shades of Screamin' Green #55E561

Tints of Screamin' Green #55E561

Color information

#55E561 (or 0x55E561) is unknown color: approx Screamin' Green. HEX triplet: 55, E5 and 61. RGB value is (85,229,97). Sum of RGB (Red+Green+Blue) = 85+229+97=411 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.68% from 411); Green value is 229 (89.84% from 255 or 55.72% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 229 - color contains mainly: green. Hex color #55E561 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55E561 is #AA1A9E. Grayscale: #ABABAB. Windows color (decimal): -11147935 or 6415701. OLE color: 6415701.

HSL color Cylindrical-coordinate representation of color #55E561: hue angle of 125º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E561 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB8522997-
CMYK0.6300.580.10
HSL125º73.47%61.57%-
HSV(B)125º62.88%89.8%-
XYZ33.9258.8320.88-
YUV170.986.2966.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.68%
GREEN value IS 229 (89.84% from 255) = 55.72%
BLUE value IS 97 (38.28% from 255) = 23.60%
R=20.68%
G=55.72%
B=23.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal85229970.6300.580.1012573.4761.57
Hex55E5613F03AA7d493e
Octal125345141770721217511176
Binary10101011110010111000011111110111010101011111011001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,229,97); }

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

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

 a { background-color: rgb(85,229,97); }

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

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

 span { border-color: rgb(85,229,97); }

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