#55E366

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

Shades of Screamin' Green #55E366

Tints of Screamin' Green #55E366

Color information

#55E366 (or 0x55E366) is unknown color: approx Screamin' Green. HEX triplet: 55, E3 and 66. RGB value is (85,227,102). Sum of RGB (Red+Green+Blue) = 85+227+102=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 227 (89.06% from 255 or 54.83% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 227 - color contains mainly: green. Hex color #55E366 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55E366 is #AA1C99. Grayscale: #AAAAAA. Windows color (decimal): -11148442 or 6742869. OLE color: 6742869.

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

Color convert

RGB85227102-
CMYK0.6300.550.11
HSL127.18º71.72%61.18%-
HSV(B)127.18º62.56%89.02%-
XYZ33.6157.8321.96-
YUV170.2989.4667.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.53%
GREEN value IS 227 (89.06% from 255) = 54.83%
BLUE value IS 102 (40.23% from 255) = 24.64%
R=20.53%
G=54.83%
B=24.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal852271020.6300.550.11127.1871.7261.18
Hex55E3663F037B7f483d
Octal125343146770671317711075
Binary10101011110001111001101111110110111101111111111001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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