#55E365

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

Shades of Screamin' Green #55E365

Tints of Screamin' Green #55E365

Color information

#55E365 (or 0x55E365) is unknown color: approx Screamin' Green. HEX triplet: 55, E3 and 65. RGB value is (85,227,101). Sum of RGB (Red+Green+Blue) = 85+227+101=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 227 (89.06% from 255 or 54.96% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 227 - color contains mainly: green. Hex color #55E365 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55E365 is #AA1C9A. Grayscale: #AAAAAA. Windows color (decimal): -11148443 or 6677333. OLE color: 6677333.

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

Color convert

RGB85227101-
CMYK0.6300.560.11
HSL126.76º71.72%61.18%-
HSV(B)126.76º62.56%89.02%-
XYZ33.5657.8121.7-
YUV170.1888.9667.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.58%
GREEN value IS 227 (89.06% from 255) = 54.96%
BLUE value IS 101 (39.84% from 255) = 24.46%
R=20.58%
G=54.96%
B=24.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal852271010.6300.560.11126.7671.7261.18
Hex55E3653F038B7f483d
Octal125343145770701317711075
Binary10101011110001111001011111110111000101111111111001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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