#55E361

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

Shades of Screamin' Green #55E361

Tints of Screamin' Green #55E361

Color information

#55E361 (or 0x55E361) is unknown color: approx Screamin' Green. HEX triplet: 55, E3 and 61. RGB value is (85,227,97). Sum of RGB (Red+Green+Blue) = 85+227+97=409 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.78% from 409); Green value is 227 (89.06% from 255 or 55.50% from 409); Blue value is 97 (38.28% from 255 or 23.72% from 409); Max value from RGB is 227 - color contains mainly: green. Hex color #55E361 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55E361 is #AA1C9E. Grayscale: #AAAAAA. Windows color (decimal): -11148447 or 6415189. OLE color: 6415189.

HSL color Cylindrical-coordinate representation of color #55E361: hue angle of 125.07º degrees, saturation: 0.72, 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 #55E361 is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB8522797-
CMYK0.6300.570.11
HSL125.07º71.72%61.18%-
HSV(B)125.07º62.56%89.02%-
XYZ33.3757.7320.69-
YUV169.7286.9667.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.78%
GREEN value IS 227 (89.06% from 255) = 55.50%
BLUE value IS 97 (38.28% from 255) = 23.72%
R=20.78%
G=55.50%
B=23.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal85227970.6300.570.11125.0771.7261.18
Hex55E3613F039B7d483d
Octal125343141770711317511075
Binary10101011110001111000011111110111001101111111011001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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